fix honoring PREFSMAN->m_bHiddenSongs

This commit is contained in:
Glenn Maynard
2004-02-26 20:29:37 +00:00
parent 3559e640b5
commit ddeccdfeaf
4 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ bool ScreenJukebox::SetSong()
if( !pSong->HasMusic() )
continue; // skip
if( pSong->m_SelectionDisplay == Song::SHOW_NEVER )
if( pSong->NeverDisplayed() )
continue; // skip
Difficulty dc = GAMESTATE->m_PreferredDifficulty[PLAYER_1];