]> git.pond.sub.org Git - empserver/commit
Disable incorrect autmatic supply in load and lload
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 20 Sep 2008 13:16:46 +0000 (09:16 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 20 Sep 2008 13:16:46 +0000 (09:16 -0400)
commit65410d16fd3ab12cb3846e93011ab6ebd2a1a5ec
treeea61cbd38770b16554d1067fece88e4273983ba4
parente0f7751f6b7c551630e3798d732640a3dedd3518
Disable incorrect autmatic supply 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.  Disable for now.
src/lib/commands/load.c