fix course selection

This commit is contained in:
Glenn Maynard
2003-06-17 19:26:56 +00:00
parent 121fa91c67
commit 8623f4dfad
+2 -1
View File
@@ -496,7 +496,8 @@ void MusicWheel::BuildWheelItemDatas( vector<WheelItemData> &arrayWheelItemDatas
case PLAY_MODE_ENDLESS:
{
// 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;
vector<Course*> apCourses;