Difference for include/define.h from version 1.74 to 1.75


version 1.74 version 1.75
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 618
 
Line 618
 #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]


Legend:
line(s) removed in v.1.74 
line(s) changed
 line(s) added in v.1.75

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:19