Skip to content

Commit

Permalink
coverity logicks defect
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 20, 2020
1 parent 3e7e65d commit f3e0bfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,9 @@ Calc::CalcMain(const vector<NoteInfo>& NoteInfo,
float qprop = chord_proportion(NoteInfo, 4);
float cprop = jprop + hprop + qprop;

int fo_rizzy = ssr ? 1 : 1;
// for multi offset passes- super breaks stuff atm dunno why???
//const int fo_rizzy = ssr ? 5 : 1;
const int fo_rizzy = 1;
vector<vector<float>> the_hizzle_dizzles(fo_rizzy);
for (int WHAT_IS_EVEN_HAPPEN_THE_BOMB = 0;
WHAT_IS_EVEN_HAPPEN_THE_BOMB < fo_rizzy;
Expand Down

0 comments on commit f3e0bfa

Please sign in to comment.