fix GradePercent pref names

This commit is contained in:
Chris Danford
2004-03-13 18:35:25 +00:00
parent 731ea124a2
commit 8f10f429ea
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ public:
int m_iGradeWeightNG;
int m_iNumGradeTiersUsed;
float m_fGradePercentTier[NUM_GRADE_TIERS]; // the minimum percent necessary achieve a grade
float m_fGradePercent[NUM_GRADE_TIERS]; // the minimum percent necessary achieve a grade
bool m_bGradeTier02IsAllPerfects; // DDR special case. If true, m_fGradePercentTier[GRADE_TIER_2] is ignored
float m_fSuperMeterPercentChangeMarvelous;