fix warning

This commit is contained in:
Glenn Maynard
2003-10-02 01:59:14 +00:00
parent e96552f981
commit 02aa294a40
+1 -1
View File
@@ -437,7 +437,7 @@ int ScoreKeeperMAX2::TapNoteScoreToDancePoints( TapNoteScore tns )
/* This is used for Oni percentage displays. Grading values are currently in
* StageStats::GetGrade. */
const float TapScoreValues[NUM_TAP_NOTE_SCORES] = { 0, 0, 0, 0, +1, +2, +3 };
const int TapScoreValues[NUM_TAP_NOTE_SCORES] = { 0, 0, 0, 0, +1, +2, +3 };
return TapScoreValues[tns];
}