]> git.pond.sub.org Git - empserver/commit
Clean up suspicious coordinate system use in unit_put()
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 20 Jun 2010 15:53:17 +0000 (17:53 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 25 Jul 2010 15:48:53 +0000 (17:48 +0200)
commit1fa06bd45faf43618809354b1d57068735240dc8
tree8379ebb8e9f814f86c74976c87332a73f36e7858
parenteea0dfd1336e9af246b90e414a91a575a318232b
Clean up suspicious coordinate system use in unit_put()

It showed unit coordinates in unit's coordinate system instead of the
actor's.  Fortunately, they're the same, since it is reachable only
for non-zero actor, only shp_nav_one_sector(), lnd_mar_one_sector()
and sail_nav_fleet() pass that, and even deities can't navigate
foreign ships or march foreign land units.
src/lib/subs/unitsub.c