version 1.12 | | version 1.13 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.12 2000/06/09 12:01:46 jec Exp $"; | | * "$Id: define.h,v 1.13 2000/09/27 00:50:18 peterm Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
#define NROFREALSPELLS 187 /* Number of different spells */ | | #define NROFREALSPELLS 187 /* Number of different spells */ |
| | |
#define NROFSKILLS 32 /* match to the number of elements in skills[] array */ | | #define NROFSKILLS 33 /* match to the number of elements in skills[] array */ |
| | |
#define NROF_SOUNDS (23 + NROFREALSPELLS) /* Number of sounds */ | | #define NROF_SOUNDS (23 + NROFREALSPELLS) /* Number of sounds */ |
| | |