fix course song number not reset when cancelling mid-course
This commit is contained in:
@@ -485,6 +485,7 @@ void GameState::BeginStage()
|
||||
void GameState::CancelStage()
|
||||
{
|
||||
m_iNumStagesOfThisSong = 0;
|
||||
GAMESTATE->ResetStageStatistics();
|
||||
}
|
||||
|
||||
void GameState::CommitStageStats()
|
||||
|
||||
Reference in New Issue
Block a user