forked from etternagame/etterna
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a bug where you can avoid pressing/holding a mine and then attempt to press a note that comes immediately after a mine. Doing so causes the game to try to score the mine, but gives you a miss because it is either not able to be judged or you are not required to step on mines directly. This change makes the search used by Step() ignore mines that have been passed and just return the next upcoming tap (or mine)
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters