fix roulette not being sorted

This commit is contained in:
Glenn Maynard
2005-01-13 17:40:56 +00:00
parent 6b931070cb
commit f44facda48
+1 -4
View File
@@ -463,11 +463,8 @@ void MusicWheel::BuildWheelItemDatas( vector<WheelItemData> &arrayWheelItemDatas
switch( so )
{
case SORT_PREFERRED:
SongUtil::SortSongPointerArrayByGroupAndDifficulty( arraySongs );
bUseSections = false;
break;
case SORT_ROULETTE:
// don't sort. We shuffle once this is chosen.
SongUtil::SortSongPointerArrayByGroupAndDifficulty( arraySongs );
bUseSections = false;
break;
case SORT_GROUP: