Mercurial > public > ostc4
changeset 832:7b0033246b12 Evo_2_23
Added selection if an active gas shall be used for deco calculation or not
Added structure definition
author | Ideenmodellierer |
---|---|
date | Thu, 16 Nov 2023 20:37:20 +0100 |
parents | da632300e7d4 |
children | e963d32f746e |
files | Discovery/Inc/tStructure.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Inc/tStructure.h Thu Nov 16 20:36:35 2023 +0100 +++ b/Discovery/Inc/tStructure.h Thu Nov 16 20:37:20 2023 +0100 @@ -129,7 +129,8 @@ #define StMOG_GasType _MB(2,1,255,2,0) #define StMOG_ChangeDepth _MB(2,1,255,3,0) #define StMOG_SetToMOD _MB(2,1,255,4,0) -#define StMOG_Bottle _MB(2,1,255,5,0) +#define StMOG_CalcDeco _MB(2,1,255,5,0) +/* #define StMOG_Bottle _MB(2,1,255,5,0) */ #define StMOG_MOD _MB(2,1,255,9,0)