don't throw away Song scores for Songs/Steps that aren't currently loaded on the machine
This commit is contained in:
@@ -775,7 +775,7 @@ float ScreenRanking::SetPage( PageToShow pts )
|
||||
}
|
||||
else
|
||||
{
|
||||
HighScoreList &hsl = PROFILEMAN->GetMachineProfile()->GetStepsHighScoreList(pSteps);
|
||||
HighScoreList &hsl = PROFILEMAN->GetMachineProfile()->GetStepsHighScoreList(pSong,pSteps);
|
||||
HighScore hs = hsl.GetTopScore();
|
||||
bool bRecentHighScore = false;
|
||||
if( !hsl.vHighScores.empty() )
|
||||
|
||||
Reference in New Issue
Block a user