]> git.pond.sub.org Git - empserver/commit
Fix move_ground() to pass coordinate arguments normalized
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 23 Aug 2008 17:14:18 +0000 (13:14 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 27 Aug 2008 01:42:32 +0000 (21:42 -0400)
commit1e6c04a34e35c8d3cf164482d9a4ad1d88b9bb94
treed839210a98d2697d48f7f0930674711122079dd3
parent5621f62302f143c93a4f3967de7bfda310b15ccc
Fix move_ground() to pass coordinate arguments normalized

move_ground() passes curx, cury to various functions that should
probably be called with normalized coordinate arguments.  Make sure
curx, cury are normalized.
src/lib/subs/move.c