fix stuff sneaking into player's best that shouldn't
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user