forked from mirror/OpenTTD
(svn r8748) -Fix
-Codechange: Do not hardcode the airports with a short airstrip anymore, but make it a flag in AirportFTAClass
This commit is contained in:
@@ -37,7 +37,7 @@ void InitializeAirports(void)
|
||||
_airport_terminal_country,
|
||||
NULL,
|
||||
16,
|
||||
AirportFTAClass::ALL,
|
||||
AirportFTAClass::ALL | AirportFTAClass::SHORT_STRIP,
|
||||
_airport_fta_country,
|
||||
_airport_depots_country,
|
||||
lengthof(_airport_depots_country),
|
||||
@@ -128,7 +128,7 @@ void InitializeAirports(void)
|
||||
_airport_terminal_commuter,
|
||||
_airport_helipad_commuter,
|
||||
22,
|
||||
AirportFTAClass::ALL,
|
||||
AirportFTAClass::ALL | AirportFTAClass::SHORT_STRIP,
|
||||
_airport_fta_commuter,
|
||||
_airport_depots_commuter,
|
||||
lengthof(_airport_depots_commuter),
|
||||
|
Reference in New Issue
Block a user