s/ShowConsole/DebugMode/

This commit is contained in:
Glenn Maynard
2003-07-20 04:35:22 +00:00
parent 489e55d35c
commit aae0ef4d82
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -470,7 +470,7 @@ int main(int argc, char* argv[])
GAMESTATE = new GameState;
PREFSMAN = new PrefsManager;
if( PREFSMAN->m_bShowConsole )
if( PREFSMAN->m_bDebugMode )
LOG->ShowConsole();
CheckSettings();