summaryrefslogtreecommitdiff
path: root/src/simulation/SimulationData.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-17 17:42:36 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-17 17:42:36 (GMT)
commit80a77f47501336f5d690965a6e8f79f2ef231943 (patch)
tree197c103b6bdf6dfe82c2b6e2314c494aef273896 /src/simulation/SimulationData.h
parentfdb4dff4d77d36e45e48847a602b53f786380ba0 (diff)
downloadpowder-80a77f47501336f5d690965a6e8f79f2ef231943.zip
powder-80a77f47501336f5d690965a6e8f79f2ef231943.tar.gz
TPT: Added FRAY - Force-ray and RPEL - Repeller f6696282e1
Diffstat (limited to 'src/simulation/SimulationData.h')
-rw-r--r--src/simulation/SimulationData.h27
1 files changed, 14 insertions, 13 deletions
diff --git a/src/simulation/SimulationData.h b/src/simulation/SimulationData.h
index 3e35af6..2c13450 100644
--- a/src/simulation/SimulationData.h
+++ b/src/simulation/SimulationData.h
@@ -8,19 +8,20 @@
#define SC_WALL 0
#define SC_ELEC 1
#define SC_POWERED 2
-#define SC_EXPLOSIVE 3
-#define SC_GAS 4
-#define SC_LIQUID 5
-#define SC_POWDERS 6
-#define SC_SOLIDS 7
-#define SC_NUCLEAR 8
-#define SC_SPECIAL 9
-#define SC_LIFE 10
-#define SC_TOOL 11
-#define SC_DECO 12
-#define SC_CRACKER 13
-#define SC_CRACKER2 14
-#define SC_TOTAL 13
+#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 UI_WALLSTART 222
#define UI_ACTUALSTART 122