version 1.14 | | version 1.15 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: map.h,v 1.14 2001/12/19 08:31:26 garbled Exp $"; | | * "$Id: map.h,v 1.15 2002/01/01 23:37:54 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define MAP_PLAYER_UNIQUE 0x2 | | #define MAP_PLAYER_UNIQUE 0x2 |
#define MAP_BLOCK 0x4 | | #define MAP_BLOCK 0x4 |
#define MAP_STYLE 0x8 | | #define MAP_STYLE 0x8 |
| | #define MAP_OVERLAY 0x10 |
| | |
/* Values for in_memory below. Should probably be an enumerations */ | | /* Values for in_memory below. Should probably be an enumerations */ |
#define MAP_IN_MEMORY 1 | | #define MAP_IN_MEMORY 1 |