Skip to content

Commit

Permalink
tiny baby stream/hs/jackspeed scale change | 503
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Nov 2, 2022
1 parent 722dcb2 commit b1c1482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Etterna/MinaCalc/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ MinaSDCalcDebug(
}
}

int mina_calc_version = 502;
int mina_calc_version = 503;
auto
GetCalcVersion() -> int
{
Expand Down
2 changes: 1 addition & 1 deletion src/Etterna/MinaCalc/UlbuAcolytes.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.92F, 0.75F, 0.79F, 0.93F, 1.02F, 1.02F, 1.04F
0.F, 0.91F, 0.75F, 0.77F, 0.93F, 1.01F, 1.02F, 1.04F
};

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

0 comments on commit b1c1482

Please sign in to comment.