fix warnings

This commit is contained in:
Glenn Maynard
2004-01-03 04:29:42 +00:00
parent ce9ad5178c
commit f5d1503387
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -146,7 +146,7 @@ Grade StageStats::GetGrade( PlayerNumber pn ) const
* is tricky since at that point the ScoreKeepers no longer exist.
*
* See http://www.aaroninjapan.com/ddr2.html ("Regular play scoring") */
float TapScoreValues[NUM_TAP_NOTE_SCORES] =
int TapScoreValues[NUM_TAP_NOTE_SCORES] =
{
0,
PREFSMAN->m_iGradeHitMineWeight,
@@ -157,7 +157,7 @@ Grade StageStats::GetGrade( PlayerNumber pn ) const
PREFSMAN->m_iGradePerfectWeight,
PREFSMAN->m_iGradeMarvelousWeight,
};
float HoldScoreValues[NUM_HOLD_NOTE_SCORES] =
int HoldScoreValues[NUM_HOLD_NOTE_SCORES] =
{
0,
PREFSMAN->m_iGradeNGWeight,