Skip to content

Commit

Permalink
literally braindoodoo | 428
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 15, 2020
1 parent 5899f8d commit ccaf31a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Etterna/MinaCalc/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ Calc::Chisel(float player_skill,
const bool debugoutput) -> float
{
auto gotpoints = 0.F;
static const auto reqpoints = MaxPoints * score_goal;
static const auto max_slap_dash_jack_cap_hack_tech_hat = MaxPoints * 0.1F;
const auto reqpoints = MaxPoints * score_goal;
const auto max_slap_dash_jack_cap_hack_tech_hat = MaxPoints * 0.1F;
for (auto iter = 1; iter <= 8; iter++) {
do {
// overall and stamina are calculated differently
Expand Down Expand Up @@ -897,7 +897,7 @@ MinaSDCalcDebug(
}
}

int mina_calc_version = 427;
int mina_calc_version = 428;
auto
GetCalcVersion() -> int
{
Expand Down

0 comments on commit ccaf31a

Please sign in to comment.