Merge remote-tracking branch 'origin/NetHack-3.6.0'
This commit is contained in:
@@ -796,6 +796,7 @@ E void NDECL(drinksink);
|
||||
|
||||
/* ### hack.c ### */
|
||||
|
||||
E boolean FDECL(is_valid_travelpt, (int,int));
|
||||
E anything *FDECL(uint_to_any, (unsigned));
|
||||
E anything *FDECL(long_to_any, (long));
|
||||
E anything *FDECL(monst_to_any, (struct monst *));
|
||||
|
||||
@@ -192,6 +192,7 @@ struct instance_flags {
|
||||
#define TER_OBJ 0x04
|
||||
#define TER_MON 0x08
|
||||
#define TER_DETECT 0x10 /* detect_foo magic rather than #terrain */
|
||||
boolean getloc_travelmode;
|
||||
coord travelcc; /* coordinates for travel_cache */
|
||||
boolean window_inited; /* true if init_nhwindows() completed */
|
||||
boolean vision_inited; /* true if vision is ready */
|
||||
|
||||
Reference in New Issue
Block a user