don't even choose a tutorial song in random
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user