DOS bits follow-up

I unintentionally removed a NEARDATA
This commit is contained in:
nethack.allison
2003-08-04 01:44:05 +00:00
parent 9ba4d7cf2b
commit 5d55f632eb

View File

@@ -11,7 +11,7 @@ STATIC_DCL long takeoff_mask, taking_off;
#else /* OVLB */
STATIC_OVL NEARDATA long takeoff_mask = 0L;
static taking_off = 0L;
static NEARDATA taking_off = 0L;
static NEARDATA int todelay;
static boolean cancelled_don = FALSE;