Indented with src/scripts/indent-emp.

This commit is contained in:
Markus Armbruster 2003-09-02 20:48:48 +00:00
parent 5f263a7753
commit 9b7adfbecc
437 changed files with 52211 additions and 51052 deletions

View file

@ -37,19 +37,19 @@
#define _COMMODITY_H_
struct comstr {
short ef_type;
natid com_owner;
short com_uid;
char com_type;
int com_amount;
float com_price;
int com_maxbidder;
float com_maxprice;
time_t com_markettime;
coord com_x;
coord com_y;
coord sell_x;
coord sell_y;
short ef_type;
natid com_owner;
short com_uid;
char com_type;
int com_amount;
float com_price;
int com_maxbidder;
float com_maxprice;
time_t com_markettime;
coord com_x;
coord com_y;
coord sell_x;
coord sell_y;
};
#define getcomm(n, p) \