put the group sort back to group and title

This commit is contained in:
Glenn Maynard
2003-06-15 01:06:40 +00:00
parent d34f92f535
commit de4bf7288b
+1 -3
View File
@@ -370,9 +370,7 @@ void MusicWheel::BuildWheelItemDatas( vector<WheelItemData> &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 );