]> git.pond.sub.org Git - empserver/commit
(feed_ship): Work directly on land item arrays instead of copies made
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 11 Mar 2004 13:04:58 +0000 (13:04 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 11 Mar 2004 13:04:58 +0000 (13:04 +0000)
commit902a1c9f1799a24b7c6b85c89d03f0ed26349cea
treeeb9c5d328cc2207bdb18e9add40eb9c5ef76feed
parent0716438b5bf2bbc591e541b7136a19b17d4d5b4c
(feed_ship): Work directly on land item arrays instead of copies made
by getvec().  This is safe, because the new code changes the item
array precisely when the old code writes back a changed copy.
src/lib/update/ship.c