DOS bits follow-up
I unintentionally removed a NEARDATA
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user