(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

@@ -1766,10 +1766,6 @@ DEF_CONSOLE_CMD(ConGamelogPrint)
static void IConsoleDebugLibRegister()
{
/* debugging variables and functions */
extern bool _stdlib_con_developer; // XXX extern in .cpp
IConsoleVarRegister("con_developer", &_stdlib_con_developer, ICONSOLE_VAR_BOOLEAN, "Enable/disable console debugging information (internal)");
IConsoleCmdRegister("resettile", ConResetTile);
IConsoleCmdRegister("stopall", ConStopAllVehicles);
IConsoleAliasRegister("dbg_echo", "echo %A; echo %B");