Minor bug fixes and ZONE_WORLDMAP flag

This commit is contained in:
JamDog 2010-12-16 00:32:58 +00:00
parent d38117ead2
commit ba83b532b1
6 changed files with 22 additions and 4 deletions

View file

@ -103,8 +103,9 @@
#define ZONE_GRID 3 /**< Zone is 'on the grid', connected, show on 'areas' */
#define ZONE_NOBUILD 4 /**< Building is not allowed in the zone */
#define ZONE_NOASTRAL 5 /**< No teleportation magic will work to or from this zone */
#define ZONE_WORLDMAP 6 /**< Whole zone uses the WORLDMAP by default */
/** The total number of Zone Flags */
#define NUM_ZONE_FLAGS 6
#define NUM_ZONE_FLAGS 7
/* Exit info: used in room_data.dir_option.exit_info */
#define EX_ISDOOR (1 << 0) /**< Exit is a door */