#SELECTABLE:NO songs are special-use, eg. special course mixes.

Never show them in the jukebox or demonstration.
This commit is contained in:
Glenn Maynard
2004-02-21 01:11:41 +00:00
parent 1421f168db
commit daa516eccb
+3
View File
@@ -46,6 +46,9 @@ bool ScreenJukebox::SetSong()
if( !pSong->HasMusic() )
continue; // skip
if( pSong->m_SelectionDisplay == Song::SHOW_NEVER )
continue; // skip
Difficulty dc = GAMESTATE->m_PreferredDifficulty[PLAYER_1];
Steps* pNotes = NULL;
if( dc != DIFFICULTY_INVALID )