maps: Fixed bug that caused the mapgen script to palce actors wrongly.
authorLukas Krickl <lukas@krickl.dev>
Wed, 26 Feb 2025 19:10:38 +0000 (20:10 +0100)
committerLukas Krickl <lukas@krickl.dev>
Wed, 26 Feb 2025 19:10:38 +0000 (20:10 +0100)
commitc91395f555eda5860ec92b174e607a7b181c8271
tree061b2f202554bd1056532480cd3e71be08a17730
parent4ffbb932265b8b2fa49544bcd18c766f53913e8d
maps: Fixed bug that caused the mapgen script to palce actors wrongly.

Actor position rounding was incorrect causing actors to be in the wrong
spot.
BUGS.md
maps/base_room.s
maps/base_room2.s
maps/base_room3.s
maps/base_room4.s
src/actor.s
tools/tms2map.py