(svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport
This commit is contained in:
@@ -406,6 +406,8 @@ extern const AirportSpec _origin_airport_specs[] = {
|
||||
|
||||
assert_compile(NEW_AIRPORT_OFFSET == lengthof(_origin_airport_specs));
|
||||
|
||||
AirportSpec AirportSpec::dummy = AS_GENERIC(&_airportfta_dummy, NULL, 0, NULL, 0, 0, 0, 0, 0, MIN_YEAR, MIN_YEAR, ATP_TTDP_LARGE, APC_BEGIN, STR_NULL, false);
|
||||
|
||||
#undef AS
|
||||
#undef AS_ND
|
||||
#undef AS_GENERIC
|
||||
|
Reference in New Issue
Block a user