fix course selection
This commit is contained in:
@@ -496,7 +496,8 @@ void MusicWheel::BuildWheelItemDatas( vector<WheelItemData> &arrayWheelItemDatas
|
|||||||
case PLAY_MODE_ENDLESS:
|
case PLAY_MODE_ENDLESS:
|
||||||
{
|
{
|
||||||
// We only use SORT_PREFERRED when selecting a course
|
// We only use SORT_PREFERRED when selecting a course
|
||||||
if( so != SongSortOrder(SORT_PREFERRED) )
|
// Err, SORT_PREFERRED is skipped right now ...
|
||||||
|
if( so != SongSortOrder(SORT_GROUP /*SORT_PREFERRED*/) )
|
||||||
break;
|
break;
|
||||||
|
|
||||||
vector<Course*> apCourses;
|
vector<Course*> apCourses;
|
||||||
|
|||||||
Reference in New Issue
Block a user