]> git.pond.sub.org Git - empserver/commit
(nxtitemp, trade_getitem, trade_desc, trade_check_item_ok, nxtitem,
authorRon Koenderink <rkoenderink@yahoo.ca>
Fri, 7 Jul 2006 15:15:43 +0000 (15:15 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Fri, 7 Jul 2006 15:15:43 +0000 (15:15 +0000)
commit79ee88f7c6934efae82b9fe5e45f3e36fc585ce6
treeff26810f045d09b5ea9770fbf2a15547f85ac681
parent9e75e5e0094a518ba7445b4fd278aca09c6830c0
(nxtitemp, trade_getitem, trade_desc, trade_check_item_ok, nxtitem,
oprange, show_mission, nameofitem, build_mission_list_type,
unit_map, xdvisible, trdswitchown, ontradingblock, trad, check_trade,
unit_type_name, start_stop_unit, scut, scra, mission, multifire,
perform_mission, fuel, NSC_GENITEM): Replace struct genitem with
struct empobj.  Remove genitem.h and create a new file empobj.h.
Replace multiple instances of unions of ef_type structures with
one standard union empobj_storage which is a superset of the individual
instances.
30 files changed:
include/empobj.h [new file with mode: 0644]
include/file.h
include/genitem.h [deleted file]
include/land.h
include/lost.h
include/nat.h
include/nuke.h
include/plane.h
include/prototypes.h
include/sect.h
include/ship.h
include/subs.h
include/trade.h
src/lib/commands/fuel.c
src/lib/commands/load.c
src/lib/commands/mfir.c
src/lib/commands/miss.c
src/lib/commands/scra.c
src/lib/commands/scut.c
src/lib/commands/set.c
src/lib/commands/stop.c
src/lib/commands/tend.c
src/lib/commands/trad.c
src/lib/commands/xdump.c
src/lib/common/maps.c
src/lib/global/nsc.c
src/lib/subs/mission.c
src/lib/subs/nxtitem.c
src/lib/subs/trdsub.c
src/lib/update/nxtitemp.c