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()
|
void GameState::CancelStage()
|
||||||
{
|
{
|
||||||
m_iNumStagesOfThisSong = 0;
|
m_iNumStagesOfThisSong = 0;
|
||||||
|
GAMESTATE->ResetStageStatistics();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GameState::CommitStageStats()
|
void GameState::CommitStageStats()
|
||||||
|
|||||||
Reference in New Issue
Block a user