]> git.pond.sub.org Git - empserver/commit
Disable incorrect use of resupply_all() in load and lload
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 12 May 2008 15:22:39 +0000 (17:22 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 12 May 2008 15:22:39 +0000 (17:22 +0200)
commit47430cc885dc13cfa13861df1238ba1d98a18378
treecc8a514cf994594a08f9e70800e4df89f0b625c8
parent2ebcc9079f14351631b6c062179d1e7dde7e33cd
Disable incorrect use of resupply_all() in load and lload

load_land_ship() and load_land_land() automatically resupply the land
units they load.  This can draw supplies from the sector where the
land units are.  When load() and lload() later update the sector, they
wipe out the update made for drawing supplies, and we get a seqno
mismatch oops.  Highly abusable.
info/Hvy-Metal.t
src/lib/commands/load.c