also fix course crash when SongsPerPlay > 3

This commit is contained in:
Glenn Maynard
2007-04-27 00:40:52 +00:00
parent e432337815
commit d4469afd7a
-1
View File
@@ -653,7 +653,6 @@ void GameState::CommitStageStats()
void GameState::FinishStage()
{
// Increment the stage counter.
ASSERT( m_iNumStagesOfThisSong >= 1 && m_iNumStagesOfThisSong <= 3 );
const int iOldStageIndex = m_iCurrentStageIndex;
++m_iCurrentStageIndex;