fix songs

This commit is contained in:
Glenn Maynard
2007-05-08 01:46:16 +00:00
parent ce57d1b34e
commit c4367903ee
+1 -1
View File
@@ -1252,7 +1252,7 @@ void SongManager::UpdatePopular()
{
bool bFiltered = false;
/* Filter out hidden songs. */
if( apBestSongs[j]->GetDisplayed() )
if( !apBestSongs[j]->GetDisplayed() )
bFiltered = true;
/* Filter out locked songs. */
// XXX Hack, this depends on UNLOCKMAN being around.