#SELECTABLE:NO songs are special-use, eg. special course mixes.
Never show them in the jukebox or demonstration.
This commit is contained in:
@@ -46,6 +46,9 @@ bool ScreenJukebox::SetSong()
|
|||||||
if( !pSong->HasMusic() )
|
if( !pSong->HasMusic() )
|
||||||
continue; // skip
|
continue; // skip
|
||||||
|
|
||||||
|
if( pSong->m_SelectionDisplay == Song::SHOW_NEVER )
|
||||||
|
continue; // skip
|
||||||
|
|
||||||
Difficulty dc = GAMESTATE->m_PreferredDifficulty[PLAYER_1];
|
Difficulty dc = GAMESTATE->m_PreferredDifficulty[PLAYER_1];
|
||||||
Steps* pNotes = NULL;
|
Steps* pNotes = NULL;
|
||||||
if( dc != DIFFICULTY_INVALID )
|
if( dc != DIFFICULTY_INVALID )
|
||||||
|
|||||||
Reference in New Issue
Block a user