(svn r23854) -Codechange: make it easier to put random debug stuff into the random log

This commit is contained in:
rubidium
2012-01-26 17:24:56 +00:00
parent d99eb6aac2
commit a48e3cb891
4 changed files with 25 additions and 25 deletions

View File

@@ -51,6 +51,9 @@
extern int _debug_gamelog_level;
extern int _debug_desync_level;
extern int _debug_console_level;
#ifdef RANDOM_DEBUG
extern int _debug_random_level;
#endif
void CDECL debug(const char *dbg, const char *format, ...) WARN_FORMAT(2, 3);
#endif /* NO_DEBUG_MESSAGES */