always one stage left for extra stages

This commit is contained in:
Glenn Maynard
2003-02-12 20:56:19 +00:00
parent 3db1e1da56
commit 235aa04a31
+2
View File
@@ -124,6 +124,8 @@ int GameState::GetStageIndex()
int GameState::GetNumStagesLeft()
{
if(GAMESTATE->IsExtraStage() || GAMESTATE->IsExtraStage2())
return 1;
return PREFSMAN->m_iNumArcadeStages - m_iCurrentStageIndex;
}