Skip to content

Commit

Permalink
cjbase experiments | 480
Browse files Browse the repository at this point in the history
killed off anchors kind of
  • Loading branch information
poco0317 committed Jun 30, 2022
1 parent bfe659c commit ab74368
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Etterna/MinaCalc/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ MinaSDCalcDebug(
}
}

int mina_calc_version = 479;
int mina_calc_version = 480;
auto
GetCalcVersion() -> int
{
Expand Down
4 changes: 2 additions & 2 deletions src/Etterna/MinaCalc/SequencedBaseDiffCalc.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ struct ceejay

if (is_at_least_3_note_anch && last_was_3_note_anch) {
// biggy boy anchors and beyond
pewpew = 1.F;
pewpew = 1.15F;
} else if (is_at_least_3_note_anch) {
// big boy anchors
pewpew = 1.F;
pewpew = 1.15F;
} else {
// single note
if (!is_cj) {
Expand Down
1 change: 1 addition & 0 deletions src/Etterna/MinaCalc/Ulbu.h
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ struct TheGreatBazoinkazoinkInTheSky
handle_dependent_interval_end(itv);
}
PatternMods::run_dependent_smoothing_pass(_calc.numitv, _calc);
Smooth(_calc.init_base_diff_vals.at(hand).at(CJBase), 0.F, _calc.numitv);

// ok this is pretty jank LOL, just increment the hand index
// when we finish left hand
Expand Down

0 comments on commit ab74368

Please sign in to comment.