fix stuff sneaking into player's best that shouldn't

This commit is contained in:
Glenn Maynard
2005-01-16 20:51:11 +00:00
parent 37fe56a4f7
commit 478fa499c1
+1
View File
@@ -1128,6 +1128,7 @@ void SongManager::UpdateBest()
/* Remove it. */
swap( Best[j], Best.back() );
Best.erase( Best.end()-1 );
--j;
}
SongUtil::SortSongPointerArrayByNumPlays( m_pBestSongs[i], (ProfileSlot) i, true );