X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=common.h;h=e98384b20a2f9af75efc197988d6d1c98c193134;hp=bdc8e0d88f8ef78709f6463c1db7faa81d864460;hb=51494657fd3689a4202e3ed6db41f5bcded9e2c6;hpb=7f7f49b7396135f53e31c03d28ecc4d69b8b4584 diff --git a/common.h b/common.h index bdc8e0d..e98384b 100644 --- a/common.h +++ b/common.h @@ -16,7 +16,8 @@ extern const char ascii_to_advent[128]; #define COND_NOBACK 4 /* Cannot use "back" to move away */ #define COND_ABOVE 5 #define COND_DEEP 6 /* Deep - e.g where dwarves are active */ -#define COND_FOREST 7 /* in the forest */ +#define COND_FOREST 7 /* In the forest */ +#define COND_FORCED 8 /* Only one way in or out of here */ /* Bits past 10 indicate areas of interest to "hint" routines */ #define COND_HBASE 10 /* Base for location hint bits */ #define COND_HCAVE 11 /* Trying to get into cave */