diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index a08ff7d121..f401fb21df 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -463,11 +463,8 @@ void MusicWheel::BuildWheelItemDatas( vector &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: