diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index 57f923ac12..504defb7fe 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -347,13 +347,10 @@ void MusicWheel::GetSongList( vector &arraySongs, SortOrder so, const RSt (!GAMESTATE->IsExtraStage() && !GAMESTATE->IsExtraStage2()) ) { /* Hide songs that asked to be hidden via #SELECTABLE. */ - if( so!=SORT_ROULETTE && !pSong->NormallyDisplayed() ) + if( !pSong->NormallyDisplayed() ) continue; if( so!=SORT_ROULETTE && UNLOCKMAN->SongIsRouletteOnly( pSong ) ) continue; - /* Don't show in roulette if #SELECTABLE:NO. */ - if( so==SORT_ROULETTE && !pSong->RouletteDisplayed() ) - continue; } /* Hide locked songs. If RANDOM_PICKS_LOCKED_SONGS, hide in Roulette and Random,