This commit is contained in:
Glenn Maynard
2004-02-22 01:32:28 +00:00
parent 16686b164e
commit 8b146986f0
+1 -2
View File
@@ -2137,8 +2137,7 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM )
SET_XY_AND_ON_COMMAND( m_textSurviveTime ); SET_XY_AND_ON_COMMAND( m_textSurviveTime );
// Increment update failed extra stage count. // Increment update failed extra stage count.
if( PREFSMAN->m_bUseUnlockSystem ) UNLOCKMAN->UnlockFailExtraStage();
UNLOCKMAN->UnlockFailExtraStage();
} }
// Feels hackish. Feel free to make cleaner. // Feels hackish. Feel free to make cleaner.