diff src/options.asm @ 97:53a99a2dc6a1

CHANGE: Always compute bailout plan based on all active gases CHANGE: Re-select last diluent when returning from bailout to OC
author heinrichsweikamp
date Mon, 28 Apr 2014 16:26:31 +0200
parents 5e1ef9bf32ec
children 223579e905c3
line wrap: on
line diff
--- a/src/options.asm	Mon Apr 28 11:33:00 2014 +0200
+++ b/src/options.asm	Mon Apr 28 16:26:31 2014 +0200
@@ -582,11 +582,11 @@
         OPTION_UINT8    oGas4He,        .1, .100,   .0,     tPercent, .47,     opt_gas_He_ratio+3
         OPTION_UINT8    oGas5O2,        .21,.100,   .21,    tPercent, .48,     opt_gas_O2_ratio+4
         OPTION_UINT8    oGas5He,        .1, .100,   .0,     tPercent, .49,     opt_gas_He_ratio+4
-        OPTION_UINT8    oGas1Depth,     .0, .100,   .0,     tMeters,  .50,     char_I_deco_gas_change+0
-        OPTION_UINT8    oGas2Depth,     .0, .100,   .0,     tMeters,  .51,     char_I_deco_gas_change+1
-        OPTION_UINT8    oGas3Depth,     .0, .100,   .0,     tMeters,  .52,     char_I_deco_gas_change+2
-        OPTION_UINT8    oGas4Depth,     .0, .100,   .0,     tMeters,  .53,     char_I_deco_gas_change+3
-        OPTION_UINT8    oGas5Depth,     .0, .100,   .0,     tMeters,  .54,     char_I_deco_gas_change+4
+        OPTION_UINT8    oGas1Depth,     .0, .100,   .0,     tMeters,  .50,     opt_OC_bail_gas_change+0
+        OPTION_UINT8    oGas2Depth,     .0, .100,   .0,     tMeters,  .51,     opt_OC_bail_gas_change+1
+        OPTION_UINT8    oGas3Depth,     .0, .100,   .0,     tMeters,  .52,     opt_OC_bail_gas_change+2
+        OPTION_UINT8    oGas4Depth,     .0, .100,   .0,     tMeters,  .53,     opt_OC_bail_gas_change+3
+        OPTION_UINT8    oGas5Depth,     .0, .100,   .0,     tMeters,  .54,     opt_OC_bail_gas_change+4
         OPTION_UINT8    oDil1O2,        .21,.100,   .21,    tPercent, .55,     opt_dil_O2_ratio+0
         OPTION_UINT8    oDil1He,        .1, .100,   .0,     tPercent, .56,     opt_dil_He_ratio+0
         OPTION_UINT8    oDil2O2,        .21,.100,   .21,    tPercent, .57,     opt_dil_O2_ratio+1