updates stage counter on music change so long versions that would be a final stage say 'final'

This commit is contained in:
Andrew Wong
2003-08-03 09:00:12 +00:00
parent 4373bc534d
commit fc404aef4a
+3
View File
@@ -1021,6 +1021,9 @@ void ScreenSelectMusic::AfterMusicChange()
m_sprBalloon.StopTweening();
OFF_COMMAND( m_sprBalloon );
}
// update stage counter display (long versions/marathons)
m_sprStage.Load( THEME->GetPathToG("ScreenSelectMusic stage "+GAMESTATE->GetStageText()) );
}
break;
case TYPE_ROULETTE: