Skip to content

Commit

Permalink
no longer save scores to the old profile score system (all dependenci…
Browse files Browse the repository at this point in the history
…es should now be removed?)
  • Loading branch information
MinaciousGrace committed Jun 8, 2017
1 parent cfc9719 commit 44d2f21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/StageStats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 44d2f21

Please sign in to comment.