don't even choose a tutorial song in random

This commit is contained in:
Chris Danford
2004-11-06 23:53:57 +00:00
parent 072d41aada
commit 4c4bdacf10
+1 -1
View File
@@ -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 )