diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index ef3c81a146..d30a3ca4cf 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -124,6 +124,8 @@ int GameState::GetStageIndex() int GameState::GetNumStagesLeft() { + if(GAMESTATE->IsExtraStage() || GAMESTATE->IsExtraStage2()) + return 1; return PREFSMAN->m_iNumArcadeStages - m_iCurrentStageIndex; }