summaryrefslogtreecommitdiffstats
path: root/src/object/brain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/brain.cpp')
-rw-r--r--src/object/brain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/brain.cpp b/src/object/brain.cpp
index 1bbebe4..2984eab 100644
--- a/src/object/brain.cpp
+++ b/src/object/brain.cpp
@@ -69,7 +69,7 @@
-#define MAXTRACERECORD 1000
+const int MAXTRACERECORD = 1000;