hide locked steps

This commit is contained in:
Chris Danford
2005-04-24 20:32:03 +00:00
parent ad5c70f7df
commit c6040055eb
6 changed files with 29 additions and 12 deletions
+1
View File
@@ -1547,6 +1547,7 @@ void ScreenSelectMusic::AfterMusicChange()
m_textTotalTime.SetText( SecondsToMMSSMsMs(pSong->m_fMusicLengthSeconds) );
pSong->GetSteps( m_vpSteps, GAMESTATE->GetCurrentStyle()->m_StepsType );
StepsUtil::RemoveLockedSteps( pSong, m_vpSteps );
StepsUtil::SortNotesArrayByDifficulty( m_vpSteps );
if ( PREFSMAN->m_bShowBanners )