This commit is contained in:
Chris Danford
2004-11-07 00:19:01 +00:00
parent 7d8fbcc52f
commit 8ead6559c2
+1 -1
View File
@@ -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 )