summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-06-04 14:24:34 +0000
committerrubidium <rubidium@openttd.org>2011-06-04 14:24:34 +0000
commit58e3652bd05dfe494d1cff4b51b10009c19c5e48 (patch)
tree62e1560911926001fb6c85722e99a27a68fd7625 /src/table
parente95840b6a89d83f9908f751a70c58a87709bd372 (diff)
downloadopenttd-58e3652bd05dfe494d1cff4b51b10009c19c5e48.tar.xz
(svn r22537) -Change [FS#3494]: replace the half small airport structure on the intercontinental airport with some grass
Diffstat (limited to 'src/table')
-rw-r--r--src/table/airport_defaults.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/airport_defaults.h b/src/table/airport_defaults.h
index 960009499..f4b4cd4be 100644
--- a/src/table/airport_defaults.h
+++ b/src/table/airport_defaults.h
@@ -245,8 +245,8 @@ static AirportTileTable _tile_table_intercontinental_0[] = {
MK(6, 1, APT_RUNWAY_2),
MK(7, 1, APT_RUNWAY_END_FENCE_SE_SW),
MK(8, 1, APT_APRON_FENCE_NE_SW),
- MK(0, 2, APT_APRON_FENCE_NE),
- MK(1, 2, APT_SMALL_BUILDING_1),
+ MK(0, 2, APT_APRON_FENCE_NE_SW),
+ MK(1, 2, APT_EMPTY),
MK(2, 2, APT_APRON_FENCE_NE),
MK(3, 2, APT_APRON),
MK(4, 2, APT_APRON),