fix stage counter increasing on BACK
This commit is contained in:
Glenn Maynard
2004-01-23 02:04:34 +00:00
parent f9a90cd361
commit c7257147a7
3 changed files with 15 additions and 9 deletions
+5
View File
@@ -442,6 +442,11 @@ void GameState::BeginStage()
}
}
void GameState::CancelStage()
{
m_iNumStagesOfThisSong = 0;
}
/* Called by ScreenSelectMusic (etc). Increment the stage counter if we just played a
* song. Might be called more than once. */
void GameState::FinishStage()