]> git.pond.sub.org Git - empserver/commit
(ITEM_MAX): New, value 9999.
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 5 Mar 2004 06:34:34 +0000 (06:34 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 5 Mar 2004 06:34:34 +0000 (06:34 +0000)
commit95ef2b139d938213e1b8bf238e0060a4fd950174
tree47793c8422caac594730163bd1a21a5b8c76caf5
parent5ec624514ab969b84e615897e1224c6e0d4eb81d
(ITEM_MAX): New, value 9999.
(give, deliver_it): Use it instead of 9990.
(load_comm_ship, load_comm_land, rese): Use it instead of 9999.
(thre): Use it instead of 10000.
(check_market, explore, move, pln_dropoff): Use it instead of 32767.
(unload_it): Use it instead of 99999 (which couldn't possibly work,
but what do you expect from the autonav code).
include/sect.h
src/lib/commands/buy.c
src/lib/commands/expl.c
src/lib/commands/give.c
src/lib/commands/load.c
src/lib/commands/move.c
src/lib/commands/rese.c
src/lib/commands/thre.c
src/lib/subs/plnsub.c
src/lib/update/deliver.c
src/lib/update/nav_util.c