From de4bf7288b30edfe94bf9ce95afe4bb3835d428a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Jun 2003 01:06:40 +0000 Subject: [PATCH] put the group sort back to group and title --- stepmania/src/MusicWheel.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index 350353bf4b..ce186a1e85 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -370,9 +370,7 @@ void MusicWheel::BuildWheelItemDatas( vector &arrayWheelItemDatas SortSongPointerArrayByGroupAndDifficulty( arraySongs ); break; case SORT_GROUP: - /* Maybe this should sort by title once we have PREFERRED implemented. */ - SortSongPointerArrayByGroupAndDifficulty( arraySongs ); - // SortSongPointerArrayByGroupAndTitle( arraySongs ); + SortSongPointerArrayByGroupAndTitle( arraySongs ); break; case SORT_TITLE: SortSongPointerArrayByTitle( arraySongs );