fix "Trail RadarValues off by -1"

This commit is contained in:
Chris Danford
2004-08-22 17:23:08 +00:00
parent 3022f850f4
commit c4febdcf62
5 changed files with 14 additions and 7 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ void StageStats::Init()
ZERO( iTapNoteScores[p] );
ZERO( iHoldNoteScores[p] );
ZERO( radarPossible[p] ); // zero, don't init. We're going to be incrementing these
ZERO( radarActual[p] ); // zero, don't init. We're going to be incrementing these
radarPossible[p].Zero();
radarActual[p].Zero();
fFirstSecond[p] = 999999;
fLastSecond[p] = 0;