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
@@ -101,6 +101,8 @@ public:
int m_HoldNoteScores[NUM_PLAYERS][NUM_HOLD_NOTE_SCORES];
int m_iMaxCombo[NUM_PLAYERS];
float m_fScore[NUM_PLAYERS];
long m_lScore[NUM_PLAYERS];
float m_fScoreMultiplier;
float m_fRadarPossible[NUM_PLAYERS][NUM_RADAR_VALUES]; // filled in by ScreenGameplay on end of notes
float m_fRadarActual[NUM_PLAYERS][NUM_RADAR_VALUES]; // filled in by ScreenGameplay on end of notes