diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index 03ad382b87..e9032a5f1e 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -396,7 +396,9 @@ void MusicWheel::BuildWheelItemDatas( vector &arrayWheelItemDatas break; } } - + + // XXX this is where we can make the EX1 stage that will lead to + // EX2 a different color if( !bFoundExtraSong ) arrayWheelItemDatas.push_back( WheelItemData(TYPE_SONG, pSong, "", NULL, GAMESTATE->GetStageColor()) ); }