From d4469afd7a9a790d414c35d4fdfe7a4efed2a5c3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 27 Apr 2007 00:40:52 +0000 Subject: [PATCH] also fix course crash when SongsPerPlay > 3 --- stepmania/src/GameState.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index a88b65c914..b20fab7bbd 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -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;