fixed console screen showing up when debug mode in prefs was off

This commit is contained in:
Andrew Wong
2003-08-03 09:43:47 +00:00
parent fc404aef4a
commit 8de4da23a2
+5 -1
View File
@@ -143,7 +143,11 @@ void ScreenHowToPlay::Update( float fDelta )
{
GAMESTATE->UpdateSongPosition( m_fFakeSecondsIntoSong );
m_fFakeSecondsIntoSong += fDelta;
LOG->ShowConsole();
// XXX: really, the prefs manager would take care of
// showing the console at the beginning of the program.
// (namely DebugMode in stepmania.ini)
// LOG->ShowConsole();
if( GAMESTATE->m_bFreeze )
{