version 1.24 | | version 1.25 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.24 2000/12/14 03:51:49 avogl Exp $"; | | * "$Id: define.h,v 1.25 2000/12/19 06:54:51 peterm Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* to send an upditem when we have not | | * to send an upditem when we have not |
* actually sent the item. | | * actually sent the item. |
*/ | | */ |
#define NUM_FLAGS 98 | | |
/*#define FLAG_BERSERK 99*/ /* monster will attack closest living | | #define FLAG_BERSERK 99 /* monster will attack closest living |
object */ | | object */ |
/*#define NUM_FLAGS 99 *//* Should always be equal to the last | | #define NUM_FLAGS 99 /* Should always be equal to the last |
* defined flag */ | | * defined flag */ |
| | |
/* Values can go up to 127 before the size of the flags array in the | | /* Values can go up to 127 before the size of the flags array in the |