(comstr, buy, check_market, display_mark, reset, sell): Change comstr
member com_type from mnemo character to item type. (whichitem): Unused, remove. (check_market): Use full item name instead of mnemo in telegrams. (display_mark): Separate arguments for item type and cheapest only. Cheapest only of specific item type is not implemented. (rese): Guard against bad com_type. Delete some code that had no effect.
This commit is contained in:
parent
988f9a8be7
commit
ca80c373bf
8 changed files with 35 additions and 59 deletions
|
@ -40,7 +40,7 @@ struct comstr {
|
|||
short ef_type;
|
||||
natid com_owner;
|
||||
short com_uid;
|
||||
char com_type;
|
||||
int com_type;
|
||||
int com_amount;
|
||||
float com_price;
|
||||
int com_maxbidder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue