]> git.pond.sub.org Git - empserver/commit
No need to take dead planes off carrier anymore
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 14 Sep 2008 13:53:08 +0000 (09:53 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 14 Sep 2008 14:21:27 +0000 (10:21 -0400)
commit4478df7da6ef024c7e57db8a1b4a63628c25a303
tree75c0b8f2e39d6df5e91bc7c4fdcac21d3a8eb800
parent87c3ca9cca0b4520a42caafba194daa328e7c085
No need to take dead planes off carrier anymore

Until commit 3e370da5, dead planes had to be explicitely taken off
their carrier to update load counters.  This is no longer necessary;
simplify pln_put1() and scut().  scut() got it wrong, by the way: it
failed to take planes off land units.
src/lib/commands/scut.c
src/lib/subs/plnsub.c