use GradeWeight in grade calculation, not ScoreWeight

This commit is contained in:
Chris Danford
2005-05-22 21:01:05 +00:00
parent b995407f42
commit 755886821d
4 changed files with 88 additions and 31 deletions
+1
View File
@@ -38,6 +38,7 @@ struct PlayerStageStats
int iPossibleDancePoints;
int iCurPossibleDancePoints;
int iActualDancePoints;
int iPossibleGradePoints;
int iTapNoteScores[NUM_TAP_NOTE_SCORES];
int iHoldNoteScores[NUM_HOLD_NOTE_SCORES];
int iCurCombo;