Skip to content

Commit

Permalink
just set last song played when comitting scores to the profile
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 15, 2017
1 parent 41fe93c commit f06bffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StageStats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ void StageStats::FinalizeScores(bool bSummary)
SCOREMAN->AddScore(hs);
zzz->SetAnyAchievedGoals(GAMESTATE->m_pCurSteps[PLAYER_1]->GetChartKey(), GAMESTATE->m_SongOptions.GetCurrent().m_fMusicRate, hs);
mostrecentscorekey = hs.GetScoreKey();
zzz->m_lastSong.FromSong(GAMESTATE->m_pCurSong);

LOG->Trace("done saving stats and high scores");
}
Expand Down

0 comments on commit f06bffb

Please sign in to comment.