]> git.pond.sub.org Git - empserver/commit
Remove special case supply of land units from ships carrying them
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 15 Feb 2009 06:48:12 +0000 (07:48 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 17 Feb 2009 18:30:35 +0000 (19:30 +0100)
commit2b7163f10a4c71a029f611a3bee39054a9f49b92
treea5fca3fb2f2a2e27766859c28e95831b843a4b1f
parentd58b3067804f5af9a2293f694fede1913812988b
Remove special case supply of land units from ships carrying them

The common supply code does not supply a land unit from the ship
carrying it, only resupply_all() does that, since 4.3.14.  It would be
nice to fix the inconsistency by always supplying land units that way,
but that's relatively costly now, because of the supply code's design.
Just drop it for now.

Affects load and lload (except resupply is disabled there because it's
buggy), supply, assault and board.
src/lib/subs/supply.c