(genitem, ship, plane, land): Remove unused member sell & equivalents.

(genitem_ca, ship_ca, plane_ca, land_ca): Remove selector "sell".
(comstr, trdstr): Members trd_price, com_price have no effect.  Use
them instead of trd_maxprice, com_maxprice and remove the latter.
(commodity_ca, trade_ca): Remove selector "maxprice".
This commit is contained in:
Markus Armbruster 2004-03-01 17:21:40 +00:00
parent 95b650396a
commit bb811df758
15 changed files with 19 additions and 36 deletions

View file

@ -54,7 +54,6 @@ struct plnstr {
s_char pln_type; /* index in plchr[] */
s_char pln_effic; /* actually "training" */
s_char pln_mobil; /* plane mobility */
short pln_sell; /* index into trade file */
short pln_tech; /* plane's tech level */
s_char pln_wing; /* like fleet */
coord pln_opx; /* Op sector coords */