1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 18:39:10 +00:00

(svn r1799) -Codechange: [ Multistop ] Added debug class "ms" and more debugging

output for multistops
This commit is contained in:
celestar
2005-02-05 12:10:09 +00:00
parent 4b71f9126e
commit 422ebcf8e0
4 changed files with 13 additions and 5 deletions

View File

@@ -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;