Merge StageResults into PlayerStageStats. Move results calc into StageStats.

This makes StageStats touch some stuff that I don't think it should, but it's
an improvement over having all this scoring logic inside a special screen.
This commit is contained in:
Glenn Maynard
2005-09-11 01:44:13 +00:00
parent 015bcd7b1b
commit 5ce2502b59
6 changed files with 166 additions and 184 deletions
+4
View File
@@ -42,6 +42,10 @@ void PlayerStageStats::Init()
m_pdaToShow = PER_DIFFICULTY_AWARD_INVALID;
m_pcaToShow = PEAK_COMBO_AWARD_INVALID;
m_iPersonalHighScoreIndex = -1;
m_iMachineHighScoreIndex = -1;
m_rc = RANKING_INVALID;
m_HighScore = HighScore();
}
void PlayerStageStats::AddStats( const PlayerStageStats& other )