This commit is contained in:
Glenn Maynard
2003-04-24 00:42:21 +00:00
parent 626a14b473
commit 011ec09971
+1 -1
View File
@@ -330,4 +330,4 @@ void SortNotesArrayByDifficulty( vector<Notes*> &arraySteps )
stable_sort( arraySteps.begin(), arraySteps.end(), CompareNotesPointersByRadarValues );
stable_sort( arraySteps.begin(), arraySteps.end(), CompareNotesPointersByMeter );
stable_sort( arraySteps.begin(), arraySteps.end(), CompareNotesPointersByDifficulty );
}
}