Skip to content

Commit

Permalink
Don't simulate mine bug for replays
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Oct 1, 2019
1 parent b3c8501 commit 81317d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Actor/Gameplay/PlayerReplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ PlayerReplay::Step(int col,
int iRowOfOverlappingNoteOrRow = row;
if (row == -1)
iRowOfOverlappingNoteOrRow = GetClosestNote(
col, iSongRow, iStepSearchRows, iStepSearchRows, false);
col, iSongRow, iStepSearchRows, iStepSearchRows, false, false);

if (iRowOfOverlappingNoteOrRow != -1) {
// compute the score for this hit
Expand Down

0 comments on commit 81317d9

Please sign in to comment.