This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing asserts in the FOV map functions
We were only checking that the x and y were greater or equal to zero, but they must also be lower than the map's width and height. Discovered this when my roguelike crashed because of this (assert within libtcod itself).
- Loading branch information