Skip to content

Commit

Permalink
Fix the lack of radar values in all replays
Browse files Browse the repository at this point in the history
im pissed this took 3 hours to fix
  • Loading branch information
poco0317 committed Nov 27, 2018
1 parent 4def604 commit f866af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StageStats.cpp
Expand Up @@ -655,6 +655,7 @@ StageStats::FinalizeScores(bool bSummary)
if (PlayerAI::pScoreData) {
mostrecentscorekey = PlayerAI::pScoreData->GetScoreKey();
SCOREMAN->PutScoreAtTheTop(mostrecentscorekey);
SCOREMAN->GetMostRecentScore()->SetRadarValues(hs.GetRadarValues());
}
zzz->m_lastSong.FromSong(GAMESTATE->m_pCurSong);
return;
Expand Down

0 comments on commit f866af2

Please sign in to comment.