Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-01-27 12:39:52 -05:00
7 changed files with 65 additions and 17 deletions

View File

@@ -117,6 +117,10 @@ struct context_info {
int rndencode; /* randomized escape sequence introducer */
long next_attrib_check; /* next attribute check */
long stethoscope_move;
long domove_attempting;
long domove_succeeded;
#define DOMOVE_WALK 0x00000001
#define DOMOVE_RUSH 0x00000002
short stethoscope_movement;
boolean travel; /* find way automatically to u.tx,u.ty */
boolean travel1; /* first travel step */

View File

@@ -1182,3 +1182,5 @@ E const struct const_globals cg;
#undef E
#endif /* DECL_H */