]> git.pond.sub.org Git - empserver/commit
(shiprepair, landrepair): Always return 1. Change to return void.
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 14 May 2006 18:23:44 +0000 (18:23 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 14 May 2006 18:23:44 +0000 (18:23 +0000)
commit4ae17ff9228b81683fb5f1577abc8e803e79ffb2
tree73ebac6d8e3f0d65cd35de8fb704c1ccc1c30cd1
parent851e63ef05bdf015c73804a0bf712d2d809e56dd
(shiprepair, landrepair): Always return 1.  Change to return void.
Simplify callers.

(prod_ship, upd_ship, prod_land, upd_land): Move test for mineff.

(upd_land, feed_land): Move food resupply.

(landrepair): Don't putsect(), update code works directly on cache.
src/lib/update/land.c
src/lib/update/ship.c