diff options
Diffstat (limited to 'src/table/airport_defaults.h')
-rw-r--r-- | src/table/airport_defaults.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/table/airport_defaults.h b/src/table/airport_defaults.h index 0ff1bb3a3..63e5ddb50 100644 --- a/src/table/airport_defaults.h +++ b/src/table/airport_defaults.h @@ -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 |