Skip to content

Commit

Permalink
account for total points when scoring a mine hit in replays
Browse files Browse the repository at this point in the history
just in case
  • Loading branch information
poco0317 committed Dec 18, 2022
1 parent 754bbbe commit 36ca5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Etterna/Models/HighScore/Replay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3271,6 +3271,7 @@ Replay::GenerateJudgeInfoAndReplaySnapshots(int startingRow, float timingScale)
for (auto& trr : it->second) {
if (trr.type == TapNoteType_Mine) {
cws += REPLAYS->CustomMineScoringFunction();
mws += REPLAYS->CustomTotalWifePointsCalculation(trr.type);
} else {
auto tns =
REPLAYS->CustomOffsetJudgingFunction(trr.offset, timingScale);
Expand Down

0 comments on commit 36ca5de

Please sign in to comment.