summaryrefslogtreecommitdiff
path: root/src/airport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/airport.h')
-rw-r--r--src/airport.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/airport.h b/src/airport.h
index 1d940ddf8..dd5ebabce 100644
--- a/src/airport.h
+++ b/src/airport.h
@@ -125,6 +125,7 @@ typedef struct AirportFTAClass {
PLANES = 0x1,
HELICOPTERS = 0x2,
ALL = PLANES | HELICOPTERS,
+ SHORT_STRIP = 0x4
};
AirportFTAClass(
@@ -163,6 +164,9 @@ typedef struct AirportFTAClass {
byte delta_z; // Z adjustment for helicopter pads
} AirportFTAClass;
+DECLARE_ENUM_AS_BIT_SET(AirportFTAClass::Flags)
+
+
// internal structure used in openttd - Finite sTate mAchine --> FTA
typedef struct AirportFTA {
struct AirportFTA *next; // possible extra movement choices from this position