summaryrefslogtreecommitdiff
path: root/src/simulation/SimulationData.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-10-10 18:29:11 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-10-10 18:29:11 (GMT)
commitda07c22ee457899236c8c6d457696daa019fd07e (patch)
treee5421e6b03a8aece969c995d6bf5586e5854b8bc /src/simulation/SimulationData.h
parent249e3dcad3aa62ba09e0b712ff508d94f255a947 (diff)
downloadpowder-da07c22ee457899236c8c6d457696daa019fd07e.zip
powder-da07c22ee457899236c8c6d457696daa019fd07e.tar.gz
new elements: DMG (Force bomb) and TSNS (Temperature sensor)
Diffstat (limited to 'src/simulation/SimulationData.h')
-rw-r--r--src/simulation/SimulationData.h29
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