old commit: fix grading

This commit is contained in:
Glenn Maynard
2004-10-26 19:25:32 +00:00
parent f20e832c0d
commit 8befe32ebb
+1 -1
View File
@@ -192,7 +192,7 @@ Grade StageStats::GetGrade( PlayerNumber pn ) const
default: FAIL_M( ssprintf("%i", hns) ); break;
}
Actual += iHoldNoteScores[pn][hns] * iHoldScoreValue;
Possible += iHoldNoteScores[pn][hns] * PREFSMAN->m_iPercentScoreWeightOK;
Possible += iHoldNoteScores[pn][hns] * PREFSMAN->m_iGradeWeightOK;
}
LOG->Trace( "GetGrade: Actual: %f, Possible: %f", Actual, Possible );