This commit is contained in:
Glenn Maynard
2005-09-03 02:17:42 +00:00
parent 5e99ccfb22
commit 8fdaefe8f5
+2 -2
View File
@@ -36,8 +36,8 @@ ThemeMetric1D<float> GRADE_X ("MusicWheelItem",GRADE_X_NAME,NUM_PLAYERS);
ThemeMetric1D<float> GRADE_Y ("MusicWheelItem",GRADE_Y_NAME,NUM_PLAYERS);
WheelItemData::WheelItemData( WheelItemType wit, Song* pSong, CString sSectionName, Course* pCourse, RageColor color )
:WheelItemBaseData(wit, sSectionName, color)
WheelItemData::WheelItemData( WheelItemType wit, Song* pSong, CString sSectionName, Course* pCourse, RageColor color ):
WheelItemBaseData(wit, sSectionName, color)
{
m_pSong = pSong;
m_pCourse = pCourse;