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, 2 insertions, 2 deletions
diff --git a/src/airport.h b/src/airport.h
index dd5ebabce..83cb4eda3 100644
--- a/src/airport.h
+++ b/src/airport.h
@@ -122,9 +122,9 @@ struct AirportFTAbuildup;
typedef struct AirportFTAClass {
public:
enum Flags {
- PLANES = 0x1,
+ AIRPLANES = 0x1,
HELICOPTERS = 0x2,
- ALL = PLANES | HELICOPTERS,
+ ALL = AIRPLANES | HELICOPTERS,
SHORT_STRIP = 0x4
};