Still fixing brokenness in Nonstop, Oni, Endless...

This commit is contained in:
Chris Danford
2003-02-16 23:54:30 +00:00
parent ac6af4624e
commit 8e3a14f516
11 changed files with 121 additions and 55 deletions
+3
View File
@@ -442,6 +442,8 @@ void MusicWheel::BuildWheelItemDatas( vector<WheelItemData> &arrayWheelItemDatas
default: ASSERT(0);
}
SortCoursePointerArrayByDifficulty( apCourses );
for( unsigned c=0; c<apCourses.size(); c++ ) // foreach course
{
Course* pCourse = apCourses[c];
@@ -450,6 +452,7 @@ void MusicWheel::BuildWheelItemDatas( vector<WheelItemData> &arrayWheelItemDatas
if( pCourse->IsPlayableIn(GAMESTATE->GetCurrentStyleDef()->m_NotesType) )
arrayWheelItemDatas.push_back( WheelItemData(TYPE_COURSE, NULL, "", pCourse, pCourse->GetColor()) );
}
}
break;
default: