Skip to content

Commit

Permalink
nudge hs/js hybrids towards js
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 13, 2020
1 parent fe54567 commit aeb9c06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,11 @@ Calc::gen_jump_hand_chord_data(const vector<NoteInfo>& NoteInfo)
++quads;
}

// we want mixed hs/js to register as hs, even at relatively sparse
// hand density
if (handtaps > 0)
handtaps += jumptaps;

// sequencing stuff
unsigned int cols = NoteInfo[row].notes;
row_variations.emplace(cols);
Expand Down

0 comments on commit aeb9c06

Please sign in to comment.