diff options
Diffstat (limited to 'src/simulation/SimulationData.h')
| -rw-r--r-- | src/simulation/SimulationData.h | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/src/simulation/SimulationData.h b/src/simulation/SimulationData.h index fabb62c..1d47813 100644 --- a/src/simulation/SimulationData.h +++ b/src/simulation/SimulationData.h @@ -10,20 +10,21 @@ #define SC_WALL 0 #define SC_ELEC 1 #define SC_POWERED 2 -#define SC_FORCE 3 -#define SC_EXPLOSIVE 4 -#define SC_GAS 5 -#define SC_LIQUID 6 -#define SC_POWDERS 7 -#define SC_SOLIDS 8 -#define SC_NUCLEAR 9 -#define SC_SPECIAL 10 -#define SC_LIFE 11 -#define SC_TOOL 12 -#define SC_DECO 13 -#define SC_CRACKER 14 -#define SC_CRACKER2 15 -#define SC_TOTAL 14 +#define SC_SENSOR 3 +#define SC_FORCE 4 +#define SC_EXPLOSIVE 5 +#define SC_GAS 6 +#define SC_LIQUID 7 +#define SC_POWDERS 8 +#define SC_SOLIDS 9 +#define SC_NUCLEAR 10 +#define SC_SPECIAL 11 +#define SC_LIFE 12 +#define SC_TOOL 13 +#define SC_DECO 14 +#define SC_CRACKER 15 +#define SC_CRACKER2 16 +#define SC_TOTAL 15 #define UI_WALLSTART 222 #define UI_ACTUALSTART 122 |
