(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 2fcab9d54e
commit ac6ff0de9b
4 changed files with 7 additions and 17 deletions

View File

@@ -40,6 +40,7 @@ int _debug_freetype_level;
int _debug_sl_level;
int _debug_gamelog_level;
int _debug_desync_level;
int _debug_console_level;
struct DebugLevel {