fix "Trail RadarValues off by -1"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user