summaryrefslogtreecommitdiff
path: root/src/table/airport_defaults.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-02-22 16:09:26 +0000
committeryexo <yexo@openttd.org>2010-02-22 16:09:26 +0000
commitdd7c2b2f9db8b2ca2339d43fcf7b0f6da46e8c96 (patch)
tree941044d28637aa6339bec4d3f35d1a5743e318ea /src/table/airport_defaults.h
parent5ebc0a16c828e8504858239154a6a70855837556 (diff)
downloadopenttd-dd7c2b2f9db8b2ca2339d43fcf7b0f6da46e8c96.tar.xz
(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp
Diffstat (limited to 'src/table/airport_defaults.h')
-rw-r--r--src/table/airport_defaults.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/airport_defaults.h b/src/table/airport_defaults.h
index c1be1da0b..3bfd73cf3 100644
--- a/src/table/airport_defaults.h
+++ b/src/table/airport_defaults.h
@@ -388,7 +388,7 @@ static AirportTileTable *_tile_table_helistation[] = {
#define AS(ap_name, size_x, size_y, min_year, max_year, catchment, noise) \
AS_GENERIC(_tile_table_##ap_name, _airport_depots_##ap_name, lengthof(_airport_depots_##ap_name), size_x, size_y, noise, catchment, min_year, max_year)
-static const AirportSpec _origin_airport_specs[] = {
+extern const AirportSpec _origin_airport_specs[] = {
AS(country, 4, 3, 0, 1959, 4, 3),
AS(city, 6, 6, 1955, MAX_YEAR, 5, 5),
AS_ND(heliport, 1, 1, 1963, MAX_YEAR, 4, 1),