Skip to content

Commit

Permalink
push down tech a little | 408
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 30, 2020
1 parent 299009a commit 6abcc08
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 @@ -843,7 +843,7 @@ MinaSDCalcDebug(const vector<NoteInfo>& NoteInfo,
}
}

int mina_calc_version = 407;
int mina_calc_version = 408;
auto
GetCalcVersion() -> int
{
Expand Down
2 changes: 1 addition & 1 deletion src/Etterna/Globals/MinaCalc/UlbuAcolytes.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* patterns have lower enps than streams, streams default to 1 and chordstreams
* start lower, stam is a special case and may use normalizers again */
static const std::array<float, NUM_Skillset> basescalers = {
0.F, 0.975F, 0.89F, 0.82F, 0.92F, 0.82F, 0.80F, 0.84F
0.F, 0.975F, 0.89F, 0.82F, 0.92F, 0.82F, 0.80F, 0.83F
};

static const std::string calc_params_xml = "Save/calc params.xml";
Expand Down

0 comments on commit 6abcc08

Please sign in to comment.