summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-30 18:12:37 +0000
committertron <tron@openttd.org>2005-01-30 18:12:37 +0000
commit7526afdae028e4b3fb412ff86d0d172ea7193396 (patch)
treedacbdc31fb00804d67774d402514d356911380ad /variables.h
parent5f05703206365850ad90e1483b18e6c6ad0068d4 (diff)
downloadopenttd-7526afdae028e4b3fb412ff86d0d172ea7193396.tar.xz
(svn r1737) Add DEBUG category "map" and use it to print the map size when allocating the map
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index 71d70d7b3..f80e2e160 100644
--- a/variables.h
+++ b/variables.h
@@ -445,6 +445,7 @@ VARDEF int _debug_misc_level;
VARDEF int _debug_grf_level;
VARDEF int _debug_ai_level;
VARDEF int _debug_net_level;
+VARDEF int _debug_map_level;
/* Forking stuff */
VARDEF bool _dedicated_forks;