Skip to content

Commit 6999341

Browse files
313
1 parent 58f271a commit 6999341

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/Etterna/Globals/MinaCalc.cpp

+9-9
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ Calc::JackLoss(float x, int mode, float mpl, bool stam)
436436
if (x >= j)
437437
continue;
438438
loss += hit_the_road(x, j, mode);
439-
439+
440440
if (dbg)
441441
std::cout << "loss for diff : " << j
442442
<< " with pskill: " << x << " : "
@@ -454,7 +454,7 @@ Calc::JackLoss(float x, int mode, float mpl, bool stam)
454454
return total_point_loss;
455455

456456
total_point_loss += max(flurbo[0], flurbo[1]);
457-
total_point_loss += max(flurbo[2], flurbo[3]);
457+
total_point_loss += max(flurbo[2], flurbo[3]);
458458
}
459459
if (debugmode) {
460460
left_hand.debugValues[2][JackPtLoss] = left_loss;
@@ -1036,10 +1036,10 @@ Calc::InitializeHands(const vector<NoteInfo>& NoteInfo,
10361036
}
10371037
}
10381038

1039-
// werwerwer
1040-
for (auto m : zto3) {
1041-
jacks[m]->resize(4);
1042-
for (auto t : zto3)
1039+
// werwerwer
1040+
for (auto m : zto3) {
1041+
jacks[m]->resize(4);
1042+
for (auto t : zto3)
10431043
SequenceJack(fingers[t], t, m);
10441044
}
10451045
return true;
@@ -1149,7 +1149,7 @@ Calc::Chisel(float player_skill,
11491149
resolution /= 2.f;
11501150
}
11511151

1152-
// these are the values for msd/stam adjusted msd/pointloss the
1152+
// these are the values for msd/stam adjusted msd/pointloss the
11531153
// latter two are dependent on player_skill and so should only
11541154
// be recalculated with the final value already determined
11551155
if (debugoutput) {
@@ -1371,7 +1371,7 @@ Hand::CalcInternal(float& gotpoints, float& x, int ss, bool stam, bool debug)
13711371
if (x > v[i]) {
13721372
float pts = static_cast<float>(v_itvpoints[i]);
13731373
float lostpoints = (pts - (pts * fastpow(x / v[i], 1.7f)));
1374-
gotpoints -= lostpoints;
1374+
gotpoints -= lostpoints;
13751375
debugValues[2][PtLoss][i] = lostpoints;
13761376
}
13771377
}
@@ -3957,5 +3957,5 @@ MinaSDCalcDebug(const vector<NoteInfo>& NoteInfo,
39573957
int
39583958
GetCalcVersion()
39593959
{
3960-
return 312;
3960+
return 313;
39613961
}

0 commit comments

Comments
 (0)