Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite Map: Lock tiles against going OOB.
That solves some errors related out of bounds access. Sometimes it happens when drawing a tile, others when checking passability. It may differ from how maniacs deals with this (I suspect maniacs have an extra blank tile, with locked passability, just for OOB tiles).
- Loading branch information