fix GetPreferredSelectionForRandomOrPortal doesn't obey DifficultiesToRequire
This commit is contained in:
@@ -1655,10 +1655,13 @@ Song *MusicWheel::GetPreferredSelectionForRandomOrPortal()
|
|||||||
|
|
||||||
FOREACH( Difficulty, vDifficultiesToRequire, d )
|
FOREACH( Difficulty, vDifficultiesToRequire, d )
|
||||||
if( !pSong->HasStepsTypeAndDifficulty(st,*d) )
|
if( !pSong->HasStepsTypeAndDifficulty(st,*d) )
|
||||||
continue;
|
goto try_next;
|
||||||
return wid[iSelection].m_pSong;
|
return wid[iSelection].m_pSong;
|
||||||
|
try_next:
|
||||||
|
;
|
||||||
}
|
}
|
||||||
FAIL_M( "Couldn't find any songs" );
|
LOG->Warn( "Couldn't find any songs" );
|
||||||
|
return wid[0].m_pSong;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user