From bc96bdb203a74a661a0365d998069cc939a4c06e Mon Sep 17 00:00:00 2001 From: yexo Date: Fri, 13 Aug 2010 00:36:12 +0000 Subject: (svn r20478) -Codechange: remove support for 'helipad groups' because there are no airports with more than 1 helipad group --- src/airport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/airport.h') 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 -- cgit v1.2.3-54-g00ecf