cleanup
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user