Skip to content

Commit

Permalink
logic is bard
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Apr 26, 2020
1 parent eb452e1 commit 58dc638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ Calc::SetFlamJamMod(const vector<NoteInfo>& NoteInfo,
flam_row_counter = 0;
cols = 0;
}
if (tol_exceed && flam_row_counter > 1|| flam_row_counter == 4)
if ((tol_exceed && flam_row_counter > 1) || flam_row_counter == 4)
// at least a flam jump has been detected, flag it
flamjamslamwham = true;

Expand Down

0 comments on commit 58dc638

Please sign in to comment.