(map, draw_map, MAP_HIGH): New map command flag `h' to highlight own

sectors; from Marc Olzheim.
This commit is contained in:
Markus Armbruster 2004-01-21 14:54:56 +00:00
parent 727be2e126
commit f841200923
4 changed files with 28 additions and 1 deletions

View file

@ -52,6 +52,7 @@ extern void border(struct range *, s_char *, s_char *);
#define MAP_SHIP bit(0)
#define MAP_LAND bit(1)
#define MAP_PLANE bit(2)
#define MAP_HIGH bit(3)
#define MAP_ALL MAP_SHIP | MAP_LAND | MAP_PLANE
struct mapstr {