(svn r19079) -Codechange: use _debug_console_level instead of _stdlib_con_developer

This commit is contained in:
smatz
2010-02-10 16:10:05 +00:00
parent 913cce04ef
commit 72acd65d4f
4 changed files with 7 additions and 17 deletions

View File

@@ -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 */