(svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport

This commit is contained in:
yexo
2010-03-19 00:34:38 +00:00
parent ba8f744941
commit 81ca0e28c4
3 changed files with 2 additions and 3 deletions

View File

@@ -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