src/debug.cpp
changeset 11178 aa617a8b4f34
parent 11169 60cbac6bc442
equal deleted inserted replaced
11177:6d9a43c48924 11178:aa617a8b4f34
    29 int _debug_yapf_level;
    29 int _debug_yapf_level;
    30 int _debug_freetype_level;
    30 int _debug_freetype_level;
    31 int _debug_sl_level;
    31 int _debug_sl_level;
    32 int _debug_station_level;
    32 int _debug_station_level;
    33 int _debug_gamelog_level;
    33 int _debug_gamelog_level;
       
    34 int _debug_grfdl_level;
    34 
    35 
    35 
    36 
    36 struct DebugLevel {
    37 struct DebugLevel {
    37 	const char *name;
    38 	const char *name;
    38 	int *level;
    39 	int *level;
    54 	DEBUG_LEVEL(yapf),
    55 	DEBUG_LEVEL(yapf),
    55 	DEBUG_LEVEL(freetype),
    56 	DEBUG_LEVEL(freetype),
    56 	DEBUG_LEVEL(sl),
    57 	DEBUG_LEVEL(sl),
    57 	DEBUG_LEVEL(station),
    58 	DEBUG_LEVEL(station),
    58 	DEBUG_LEVEL(gamelog),
    59 	DEBUG_LEVEL(gamelog),
       
    60 	DEBUG_LEVEL(grfdl),
    59 	};
    61 	};
    60 #undef DEBUG_LEVEL
    62 #undef DEBUG_LEVEL
    61 
    63 
    62 #if !defined(NO_DEBUG_MESSAGES)
    64 #if !defined(NO_DEBUG_MESSAGES)
    63 
    65