vwalls and hwalls redefined as 16x16 insthead of 15x15 #4

Merged
FisionX merged 1 commits from flood_edges into main 2025-04-19 22:19:51 -06:00
Owner

The flood function was not able to flood the upper and right edges of maze because hwalls and vwalls were 15x15 so whenever it made a wall check it behaved as if there was a wall on the outer edges due to C++ not having an array boundary check for reading.

The flood function was not able to flood the upper and right edges of maze because hwalls and vwalls were 15x15 so whenever it made a wall check it behaved as if there was a wall on the outer edges due to C++ not having an array boundary check for reading.
FisionX added 1 commit 2025-04-19 22:19:08 -06:00
FisionX merged commit 56146689b4 into main 2025-04-19 22:19:51 -06:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FisionX/mms-sim#4
No description provided.