diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index 06b4f5210e..75f8cace0c 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( pSong->IsTutorial() ) + if( i < 900 && pSong->IsTutorial() ) continue; FOREACH( Difficulty, vDifficultiesToRequire, d )