summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-03-19 00:34:38 +0000
committeryexo <yexo@openttd.org>2010-03-19 00:34:38 +0000
commit81ca0e28c4504bbc7828df50b2086bbdb8776dd1 (patch)
treea745925398d5f85f4333d505b89dd959d9038039 /src/table
parentba8f7449419a02a4e53c82ee54939ab106393ea7 (diff)
downloadopenttd-81ca0e28c4504bbc7828df50b2086bbdb8776dd1.tar.xz
(svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport
Diffstat (limited to 'src/table')
-rw-r--r--src/table/airport_defaults.h2
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