Difference for include/define.h from version 1.79 to 1.80


version 1.79 version 1.80
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_define_h =   * static char *rcsid_define_h =
  *   "$Id: define.h,v 1.79 2005/03/19 09:14:56 mwedel Exp $";   *   "$Id: define.h,v 1.80 2005/03/20 22:26:27 majorwoo Exp $";
  */   */
   
 /*  /*
Line 606
 
Line 606
 #define EXIT_LEVEL(xyz) (xyz)->stats.food  #define EXIT_LEVEL(xyz) (xyz)->stats.food
 #define EXIT_X(xyz) (xyz)->stats.hp  #define EXIT_X(xyz) (xyz)->stats.hp
 #define EXIT_Y(xyz) (xyz)->stats.sp  #define EXIT_Y(xyz) (xyz)->stats.sp
   #define EXIT_ALT_X(xyz) (xyz)->stats.maxhp
   #define EXIT_ALT_Y(xyz) (xyz)->stats.maxsp
   
 /* for use by the lighting code */  /* for use by the lighting code */
 #define MAX_LIGHT_RADII 4 /* max radii for 'light' object, really  #define MAX_LIGHT_RADII 4 /* max radii for 'light' object, really


Legend:
line(s) removed in v.1.79 
line(s) changed
 line(s) added in v.1.80

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