From 7812a4ba47f29904bcbeab769b44ad4f527f79aa Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 29 Mar 2006 07:55:53 +0000 Subject: [PATCH] cleanup --- stepmania/src/EditMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/EditMenu.cpp b/stepmania/src/EditMenu.cpp index 44b56405c7..99fbc6ca5d 100644 --- a/stepmania/src/EditMenu.cpp +++ b/stepmania/src/EditMenu.cpp @@ -402,7 +402,7 @@ void EditMenu::OnRowValueChanged( EditMenuRow row ) GetSelectedSong()->GetSteps( v, GetSelectedStepsType(), DIFFICULTY_EDIT ); StepsUtil::SortStepsByDescription( v ); FOREACH_CONST( Steps*, v, p ) - m_vpSteps.push_back( StepsAndDifficulty(*p,dc) ); + m_vpSteps.push_back( StepsAndDifficulty(*p,dc) ); } break; case EditMode_Home: