whoops again!

This commit is contained in:
AJ Kelly
2011-03-13 12:32:35 -05:00
parent 983c2cd56f
commit ff5cef88f0
+1 -1
View File
@@ -771,7 +771,7 @@ void MusicWheel::UpdateWheelItemDatas( SortOrder so )
continue;
// Check that we have enough stages to play this song, and that it's not disabled.
if( GAMESTATE->GetNumStagesMultiplierForSong(WID.m_pSong) )
if( GAMESTATE->GetNumStagesMultiplierForSong(WID.m_pSong) > iMaxStagesForSong )
{
aiRemove[i] = true;
continue;