version 1.56 | | version 1.57 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.56 2002/07/30 06:37:21 mwedel Exp $"; | | * "$Id: define.h,v 1.57 2002/08/22 12:37:53 jbontje Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define PU_MAGICAL 0x00040000 | | #define PU_MAGICAL 0x00040000 |
#define PU_POTION 0x00080000 | | #define PU_POTION 0x00080000 |
| | |
| | #define PU_SPELLBOOK 0x00100000 |
| | #define PU_SKILLSCROLL 0x00200000 |
| | #define PU_READABLES 0x00400000 |
| | |
| | |
/* Instead of using arbitrary constants for indexing the | | /* Instead of using arbitrary constants for indexing the |
* freearr, add these values. <= SIZEOFFREE1 will get you | | * freearr, add these values. <= SIZEOFFREE1 will get you |