version 1.27 | | version 1.28 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.27 2000/12/27 07:53:33 cvs Exp $"; | | * "$Id: define.h,v 1.28 2001/01/11 04:53:17 peterm Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
#define NRSPELLPATHS 20 | | #define NRSPELLPATHS 20 |
| | |
#define NROFREALSPELLS 201 /* Number of different spells */ | | #define NROFREALSPELLS 202 /* Number of different spells */ |
| | |
#define NROFSKILLS 33 /* match to the number of elements in skills[] array */ | | #define NROFSKILLS 33 /* match to the number of elements in skills[] array */ |
| | |