allow changing sorts when in EX

if we're not in choose-ex, the music wheel will be locked so it
won't allow it anyway
This commit is contained in:
Glenn Maynard
2003-02-11 19:55:37 +00:00
parent 7c027cfcf6
commit e806abc35a
+3 -1
View File
@@ -396,7 +396,9 @@ void MusicWheel::BuildWheelItemDatas( vector<WheelItemData> &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()) );
}