Skip to content

Commit

Permalink
ban dripwarrior
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 27, 2020
1 parent 62caedc commit ecb2277
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,10 @@ struct metanoteinfo
// ms from last note in this column
float tc_ms = ms_init;

bool alternating_chordstream = false;
bool alternating_chord_single = false;
bool gluts_maybe = false;

// functions
inline void set_timings(const float cur[2],
const float last[2],
Expand Down Expand Up @@ -1235,10 +1239,6 @@ struct metanoteinfo
unsigned total_taps = 0;
unsigned chord_taps = 0;
unsigned taps_by_size[4] = { 0, 0, 0, 0 };
bool alternating_chordstream = false;
bool alternating_chord_single = false;
bool gluts_maybe = false;

unsigned shared_chord_jacks = 0;

// resets all the stuff that accumulates across intervals
Expand Down

0 comments on commit ecb2277

Please sign in to comment.