version 1.28 | | version 1.29 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
} | | } |
| | |
#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. |
* | | * |