Skip to content

Commit

Permalink
snosno | 396
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 13, 2020
1 parent e08c8ba commit 2f7a1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ MinaSDCalcDebug(const vector<NoteInfo>& NoteInfo,
}
}

int mina_calc_version = 395;
int mina_calc_version = 396;
auto
GetCalcVersion() -> int
{
Expand Down
2 changes: 1 addition & 1 deletion src/Etterna/Globals/MinaCalc/SequencedBaseDiffCalc.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ struct ceejay

if (is_at_least_3_note_anch && last_was_3_note_anch) {
// biggy boy anchors and beyond
pewpew = 0.95F;
pewpew = 1.F;
} else if (is_at_least_3_note_anch) {
// big boy anchors
pewpew = 1.F;
Expand Down

0 comments on commit 2f7a1d6

Please sign in to comment.