(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:
parent
95b650396a
commit
bb811df758
15 changed files with 19 additions and 36 deletions
|
@ -182,7 +182,6 @@ sell(void)
|
|||
comm.com_owner = player->cnum;
|
||||
comm.com_price = price;
|
||||
comm.com_maxbidder = player->cnum;
|
||||
comm.com_maxprice = price;
|
||||
comm.com_markettime = now;
|
||||
comm.com_amount = totalcom;
|
||||
comm.com_x = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue