diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index 75f8cace0c..06b4f5210e 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -1551,7 +1551,7 @@ Song *MusicWheel::GetPreferredSelectionForRandomOrPortal() if( !sPreferredGroup.empty() && wid[iSelection].m_sSectionName != sPreferredGroup ) continue; - if( i < 900 && pSong->IsTutorial() ) + if( pSong->IsTutorial() ) continue; FOREACH( Difficulty, vDifficultiesToRequire, d )