summaryrefslogtreecommitdiff
path: root/src/airport.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-08-13 00:36:12 +0000
committeryexo <yexo@openttd.org>2010-08-13 00:36:12 +0000
commitbc96bdb203a74a661a0365d998069cc939a4c06e (patch)
tree205664ab6b4caf90f3cd3d977ccd1e1e00dcb9a5 /src/airport.h
parente4117dbfb7c940180eb8aab7f9d0a726364078ab (diff)
downloadopenttd-bc96bdb203a74a661a0365d998069cc939a4c06e.tar.xz
(svn r20478) -Codechange: remove support for 'helipad groups' because there are no airports with more than 1 helipad group
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