summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-02-05 12:10:09 +0000
committercelestar <celestar@openttd.org>2005-02-05 12:10:09 +0000
commit422ebcf8e0aad014d3590b883db8a79f28fdf9d6 (patch)
tree97994e24b8d1471604bfb15cdaa87858bc54e454 /variables.h
parent4b71f9126e69aa1cb9c8293bc836401dfe7bdda4 (diff)
downloadopenttd-422ebcf8e0aad014d3590b883db8a79f28fdf9d6.tar.xz
(svn r1799) -Codechange: [ Multistop ] Added debug class "ms" and more debugging
output for multistops
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 69fab868b..c28105e5f 100644
--- a/variables.h
+++ b/variables.h
@@ -459,6 +459,7 @@ VARDEF int _debug_grf_level;
VARDEF int _debug_ai_level;
VARDEF int _debug_net_level;
VARDEF int _debug_map_level;
+VARDEF int _debug_ms_level;
/* Forking stuff */
VARDEF bool _dedicated_forks;