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 b96c0939f..5bea9b50d 100644
--- a/src/airport.h
+++ b/src/airport.h
@@ -150,7 +150,7 @@ public:
AirportFTAClass(
const AirportMovingData *moving_data,
const byte *terminals,
- const byte *helipads,
+ const byte num_helipads,
const byte *entry_points,
Flags flags,
const AirportFTAbuildup *apFA,
@@ -168,7 +168,7 @@ public:
const AirportMovingData *moving_data;
struct AirportFTA *layout; ///< state machine for airport
const byte *terminals;
- const byte *helipads;
+ const byte num_helipads; ///< Number of helipads on this airport. When 0 helicopters will go to normal terminals.
Flags flags;
byte nofelements; ///< number of positions the airport consists of
const byte *entry_points; ///< when an airplane arrives at this airport, enter it at position entry_point, index depends on direction