From ff5cef88f070b06dea430270b97b55cc9070d91c Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 13 Mar 2011 12:32:35 -0500 Subject: [PATCH] whoops again! --- src/MusicWheel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MusicWheel.cpp b/src/MusicWheel.cpp index 2058bc9801..34ec40959f 100644 --- a/src/MusicWheel.cpp +++ b/src/MusicWheel.cpp @@ -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;