1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 08:29:11 +00:00

(svn r1737) Add DEBUG category "map" and use it to print the map size when allocating the map

This commit is contained in:
tron
2005-01-30 18:12:37 +00:00
parent 5f05703206
commit 7526afdae0
3 changed files with 5 additions and 0 deletions

View File

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