version 1.4 | | version 1.5 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: map.h,v 1.4 2000/06/06 07:08:00 cvs Exp $"; | | * "$Id: map.h,v 1.5 2001/02/11 09:12:13 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define MAP_FLUSH 0x1 | | #define MAP_FLUSH 0x1 |
#define MAP_PLAYER_UNIQUE 0x2 | | #define MAP_PLAYER_UNIQUE 0x2 |
#define MAP_BLOCK 0x4 | | #define MAP_BLOCK 0x4 |
| | #define MAP_STYLE 0x8 |
| | |
/* 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 |