From fa7e042da9f00b761aa58c78e90055f4fdc389ab Mon Sep 17 00:00:00 2001 From: Kyzentun Keeslala Date: Sat, 18 Jul 2015 23:17:01 -0600 Subject: [PATCH] Changed GetActualRadarValues to start with a current row of -1 so that certain stuff is initialized right. --- src/NoteDataWithScoring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NoteDataWithScoring.cpp b/src/NoteDataWithScoring.cpp index 2ba8753ecb..c8ccdb07e0 100644 --- a/src/NoteDataWithScoring.cpp +++ b/src/NoteDataWithScoring.cpp @@ -219,7 +219,7 @@ struct garv_state TapNoteScore lifts_tns; bool judgable; garv_state() - :curr_row(0), notes_hit_for_stream(0), jumps_hit_for_air(0), + :curr_row(-1), notes_hit_for_stream(0), jumps_hit_for_air(0), holds_held(0), rolls_held(0), notes_hit(0), taps_hit(0), jumps_hit(0), hands_hit(0), mines_avoided(0), lifts_hit(0), num_notes_on_curr_row(0), num_holds_on_curr_row(0), num_notes_hit_on_curr_row(0),