fix roulette not being sorted
This commit is contained in:
@@ -463,11 +463,8 @@ void MusicWheel::BuildWheelItemDatas( vector<WheelItemData> &arrayWheelItemDatas
|
|||||||
switch( so )
|
switch( so )
|
||||||
{
|
{
|
||||||
case SORT_PREFERRED:
|
case SORT_PREFERRED:
|
||||||
SongUtil::SortSongPointerArrayByGroupAndDifficulty( arraySongs );
|
|
||||||
bUseSections = false;
|
|
||||||
break;
|
|
||||||
case SORT_ROULETTE:
|
case SORT_ROULETTE:
|
||||||
// don't sort. We shuffle once this is chosen.
|
SongUtil::SortSongPointerArrayByGroupAndDifficulty( arraySongs );
|
||||||
bUseSections = false;
|
bUseSections = false;
|
||||||
break;
|
break;
|
||||||
case SORT_GROUP:
|
case SORT_GROUP:
|
||||||
|
|||||||
Reference in New Issue
Block a user