From 44d2f218741a5aec1e6dea251a8013c5b81eb820 Mon Sep 17 00:00:00 2001 From: MinaciousGrace Date: Thu, 8 Jun 2017 19:42:25 -0400 Subject: [PATCH] no longer save scores to the old profile score system (all dependencies should now be removed?) --- src/StageStats.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/StageStats.cpp b/src/StageStats.cpp index c9dffaf88c..d0dad83a64 100644 --- a/src/StageStats.cpp +++ b/src/StageStats.cpp @@ -273,7 +273,6 @@ void StageStats::FinalizeScores(bool bSummary) const Steps* pSteps = GAMESTATE->m_pCurSteps[PLAYER_1]; ASSERT(pSteps != NULL); - PROFILEMAN->AddStepsScore(pSong, pSteps, PLAYER_1, hs, m_player[PLAYER_1].m_iPersonalHighScoreIndex, m_player[PLAYER_1].m_iMachineHighScoreIndex); // new score structure -mina Profile* zzz = PROFILEMAN->GetProfile(PLAYER_1); SCOREMAN->AddScore(hs);