forked from mirror/OpenTTD
(svn r19079) -Codechange: use _debug_console_level instead of _stdlib_con_developer
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
extern int _debug_sl_level;
|
||||
extern int _debug_gamelog_level;
|
||||
extern int _debug_desync_level;
|
||||
extern int _debug_console_level;
|
||||
|
||||
void CDECL debug(const char *dbg, const char *format, ...) WARN_FORMAT(2, 3);
|
||||
#endif /* NO_DEBUG_MESSAGES */
|
||||
|
Reference in New Issue
Block a user