version 1.74 | | version 1.75 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.74 2004/06/13 17:30:21 akirschbaum Exp $"; | | * "$Id: define.h,v 1.75 2004/08/24 19:43:58 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define F_SELL 1 | | #define F_SELL 1 |
#define F_TRUE 2 /* True value of item, unadjusted */ | | #define F_TRUE 2 /* True value of item, unadjusted */ |
#define F_NO_BARGAIN 4 /* combine with F_BUY or F_SELL to disable bargaining calc */ | | #define F_NO_BARGAIN 4 /* combine with F_BUY or F_SELL to disable bargaining calc */ |
| | #define F_IDENTIFIED 8 /* flag to calculate value of identified item */ |
| | #define F_NOT_CURSED 16 /* flag to calculate value of uncursed item */ |
| | |
#define DIRX(xyz) freearr_x[(xyz)->direction] | | #define DIRX(xyz) freearr_x[(xyz)->direction] |
#define DIRY(xyz) freearr_y[(xyz)->direction] | | #define DIRY(xyz) freearr_y[(xyz)->direction] |