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 )
|
if( !sPreferredGroup.empty() && wid[iSelection].m_sSectionName != sPreferredGroup )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if( i < 900 && pSong->IsTutorial() )
|
if( pSong->IsTutorial() )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
FOREACH( Difficulty, vDifficultiesToRequire, d )
|
FOREACH( Difficulty, vDifficultiesToRequire, d )
|
||||||
|
|||||||
Reference in New Issue
Block a user