Add BUGFIX a handful of OOB#1844
Open
AJenbo wants to merge 1 commit intodiasurgical:masterfrom
AJenbo:bugfix
Open
Add BUGFIX a handful of OOB#1844AJenbo wants to merge 1 commit intodiasurgical:masterfrom AJenbo:bugfix
AJenbo wants to merge 1 commit intodiasurgical:masterfrom
AJenbo:bugfix
Conversation
qndel
reviewed
Nov 7, 2019
mewmew
reviewed
Jan 2, 2021
| ry = 0; | ||
| i = 0; | ||
| while ((dungeon[rx][ry] < 25 || dungeon[rx][ry] > 28) && i < 100) { | ||
| while ((dungeon[rx][ry] < 25 || dungeon[rx][ry] > 28) && i < 100) { /// BUGFIX: OOB `while (ry < DMAXY && (` |
Contributor
There was a problem hiding this comment.
Is the BUGFIX comment cut short? It ends with && (
Member
Author
There was a problem hiding this comment.
It was meant to sign that it should just continue as previously
`while (ry < DMAXY && (dungeon[rx][ry] < 25 || dungeon[rx][ry] > 28) && i < 100) {v
Contributor
|
Is this ready for merge? |
mewmew
approved these changes
Aug 4, 2021
Member
Author
|
I need to go over the comments and also fix the conflict |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.