summaryrefslogtreecommitdiffstats
path: root/src/script/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/script.cpp')
-rw-r--r--src/script/script.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/script/script.cpp b/src/script/script.cpp
index 8af8acc..592d2a6 100644
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -53,10 +53,10 @@
-#define CBOT_IPF 100 // CBOT: number of instructions / frame
+const int CBOT_IPF = 100; // CBOT: number of instructions / frame
-#define ERM_CONT 0 // if error -> continue
-#define ERM_STOP 1 // if error -> stop
+const int ERM_CONT = 0; // if error -> continue
+const int ERM_STOP = 1; // if error -> stop