This commit is contained in:
Glenn Maynard
2006-03-29 07:55:53 +00:00
parent 8195572649
commit 7812a4ba47
+1 -1
View File
@@ -402,7 +402,7 @@ void EditMenu::OnRowValueChanged( EditMenuRow row )
GetSelectedSong()->GetSteps( v, GetSelectedStepsType(), DIFFICULTY_EDIT ); GetSelectedSong()->GetSteps( v, GetSelectedStepsType(), DIFFICULTY_EDIT );
StepsUtil::SortStepsByDescription( v ); StepsUtil::SortStepsByDescription( v );
FOREACH_CONST( Steps*, v, p ) FOREACH_CONST( Steps*, v, p )
m_vpSteps.push_back( StepsAndDifficulty(*p,dc) ); m_vpSteps.push_back( StepsAndDifficulty(*p,dc) );
} }
break; break;
case EditMode_Home: case EditMode_Home: