Difference for common/button.c from version 1.28 to 1.29


version 1.28 version 1.29
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_button_c =   * static char *rcsid_button_c =
  *   "$Id: button.c,v 1.28 2005/09/13 06:46:35 mwedel Exp $";   *   "$Id: button.c,v 1.29 2005/10/01 16:36:35 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 252
 
Line 252
 }  }
   
 #define ARCH_SACRIFICE(xyz) ((xyz)->slaying)  #define ARCH_SACRIFICE(xyz) ((xyz)->slaying)
 #define NROF_SACRIFICE(xyz) ((xyz)->stats.food)  #define NROF_SACRIFICE(xyz) ((uint32)(xyz)->stats.food)
   
 /* Returns true if the sacrifice meets the needs of the altar.  /* Returns true if the sacrifice meets the needs of the altar.
  *   *


Legend:
line(s) removed in v.1.28 
line(s) changed
 line(s) added in v.1.29

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