From 67234a6a6f4afda49020a1782a9f78136f733511 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 5 Feb 2010 21:49:56 +0000 Subject: [PATCH] (svn r19023) -Fix (r18807): city airport introduction date had become 5 years later --- src/table/airport_defaults.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/table/airport_defaults.h b/src/table/airport_defaults.h index 84b67eb78c..c1be1da0b5 100644 --- a/src/table/airport_defaults.h +++ b/src/table/airport_defaults.h @@ -390,7 +390,7 @@ static AirportTileTable *_tile_table_helistation[] = { static const AirportSpec _origin_airport_specs[] = { AS(country, 4, 3, 0, 1959, 4, 3), - AS(city, 6, 6, 1960, MAX_YEAR, 5, 5), + AS(city, 6, 6, 1955, MAX_YEAR, 5, 5), AS_ND(heliport, 1, 1, 1963, MAX_YEAR, 4, 1), AS(metropolitan, 6, 6, 1980, MAX_YEAR, 6, 8), AS(international, 7, 7, 1990, MAX_YEAR, 8, 17),