Mercurial > public > ostc4
comparison Discovery/Inc/tStructure.h @ 526:88c626d01ee5
Added new option to gas configuration: "Off":
Added strings and menu definitions needed to implement new state. The new state may be activated in code using the compile switch "ENABLE_UNUSED_GAS_HIDING"
author | Ideenmodellierer |
---|---|
date | Sun, 13 Sep 2020 20:55:54 +0200 |
parents | e221cf762f45 |
children | 1721b26335f1 |
comparison
equal
deleted
inserted
replaced
525:1f557e5f4b5a | 526:88c626d01ee5 |
---|---|
122 #define StMOG_GasType _MB(2,1,255,2,0) | 122 #define StMOG_GasType _MB(2,1,255,2,0) |
123 #define StMOG_ChangeDepth _MB(2,1,255,3,0) | 123 #define StMOG_ChangeDepth _MB(2,1,255,3,0) |
124 #define StMOG_SetToMOD _MB(2,1,255,4,0) | 124 #define StMOG_SetToMOD _MB(2,1,255,4,0) |
125 #define StMOG_Bottle _MB(2,1,255,5,0) | 125 #define StMOG_Bottle _MB(2,1,255,5,0) |
126 | 126 |
127 #define StMOG_MOD _MB(2,1,255,9,0) | 127 #define StMOG_MOD _MB(2,1,255,9,0) |
128 | 128 |
129 #define StMOG_First _MB(2,1,255,21,0) | 129 #define StMOG_First _MB(2,1,255,21,0) |
130 #define StMOG_Deco _MB(2,1,255,22,0) | 130 #define StMOG_Deco _MB(2,1,255,22,0) |
131 #define StMOG_Travel _MB(2,1,255,23,0) | 131 #define StMOG_Travel _MB(2,1,255,23,0) |
132 #define StMOG_Inactive _MB(2,1,255,24,0) | 132 #define StMOG_Inactive _MB(2,1,255,24,0) |
133 #define StMOG_Off _MB(2,1,255,25,0) | |
133 | 134 |
134 #define StMOG_NoTransmitter _MB(2,1,255,30,0) | 135 #define StMOG_NoTransmitter _MB(2,1,255,30,0) |
135 #define StMOG_Transmitter1 _MB(2,1,255,31,0) | 136 #define StMOG_Transmitter1 _MB(2,1,255,31,0) |
136 #define StMOG_Transmitter2 _MB(2,1,255,32,0) | 137 #define StMOG_Transmitter2 _MB(2,1,255,32,0) |
137 #define StMOG_Transmitter3 _MB(2,1,255,33,0) | 138 #define StMOG_Transmitter3 _MB(2,1,255,33,0) |