Skip to content

Commit

Permalink
hello bug produced from confusing names? its me, noticed many days later
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 26, 2020
1 parent 1fdb25f commit 155d5ee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2021,10 +2021,11 @@ Hand::InitBaseDiff(Finger& f1, Finger& f2)
a_thing(right_difficulty, left_difficulty, squiggly_line, 9.f);
soap[BaseNPS][i] = finalscaler * nps;
soap[BaseMS][i] = finalscaler * difficulty;
soap[BaseMSD][i] = a_thing(difficulty, nps, 4.5f, 10.f) * finalscaler;
soap[BaseMSD][i] = a_thing(difficulty, nps, 7.76445f, 10.f) * finalscaler;
}
Smooth(soap[BaseNPS], 0.f);
Smooth(soap[BaseMSD], 0.f);
DifficultyMSSmooth(soap[BaseMS]);
DifficultyMSSmooth(soap[BaseMSD]);
}

// each skillset should just be a separate calc function [todo]
Expand Down Expand Up @@ -2340,7 +2341,7 @@ Hand::InitAdjDiff()
// float muzzle = *std::max_element(
// scoring_justice_warrior_agenda.begin(),
// scoring_justice_warrior_agenda.end());
adj_diff = soap[BaseMS][i] * tp_mods[ss] *
adj_diff = soap[BaseMSD][i] * tp_mods[ss] *
basescalers[ss] /
fastsqrt(doot[WideRangeBalance][i]) /
max(doot[CJ][i], 1.f);
Expand Down Expand Up @@ -5105,7 +5106,7 @@ MinaSDCalcDebug(const vector<NoteInfo>& NoteInfo,
}
#pragma endregion

int mina_calc_version = 332;
int mina_calc_version = 333;
int
GetCalcVersion()
{
Expand Down

0 comments on commit 155d5ee

Please sign in to comment.