Rewrote the score calculation code, fixed a HACK.

This commit is contained in:
Tom Jackson
2002-10-24 19:21:05 +00:00
parent 1f9e9c4a0c
commit feefd5bf9d
3 changed files with 17 additions and 32 deletions
+2
View File
@@ -96,7 +96,9 @@ void GameState::Reset()
for( s=0; s<NUM_HOLD_NOTE_SCORES; s++ )
m_HoldNoteScores[p][s] = 0;
m_iMaxCombo[p] = 0;
m_lScore[p] = 0;
m_fScore[p] = 0;
for( int r=0; r<NUM_RADAR_VALUES; r++ )
{
m_fRadarPossible[p][r] = 0;