eof eol
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user