mirror of https://github.com/OpenTTD/OpenTTD
(svn r22537) -Change [FS#3494]: replace the half small airport structure on the intercontinental airport with some grass
parent
e95840b6a8
commit
58e3652bd0
Binary file not shown.
|
@ -55,7 +55,7 @@ TRGI.GRF = da6a6c9dcc451eec88d79211437b76a8
|
|||
TRGC.GRF = ed446637e034104c5559b32c18afe78d
|
||||
TRGH.GRF = ee6616fb0e6ef6b24892c58c93d86fc9
|
||||
TRGT.GRF = e30e8a398ae86c03dc534a8ac7dfb3b6
|
||||
OPENTTD.GRF = 066f0ce5500e0e8f5332aee42e2451a2
|
||||
OPENTTD.GRF = 768051d1eb451c682d6f4e936a89caa5
|
||||
|
||||
[origin]
|
||||
default = You can find it on your Transport Tycoon Deluxe CD-ROM.
|
||||
|
|
|
@ -55,7 +55,7 @@ TRGI.GRF = da6a6c9dcc451eec88d79211437b76a8
|
|||
TRGC.GRF = ed446637e034104c5559b32c18afe78d
|
||||
TRGH.GRF = ee6616fb0e6ef6b24892c58c93d86fc9
|
||||
TRGT.GRF = fcde1d7e8a74197d72a62695884b909e
|
||||
OPENTTD.GRF = 066f0ce5500e0e8f5332aee42e2451a2
|
||||
OPENTTD.GRF = 768051d1eb451c682d6f4e936a89caa5
|
||||
|
||||
[origin]
|
||||
default = You can find it on your Transport Tycoon Deluxe CD-ROM.
|
||||
|
|
|
@ -55,7 +55,7 @@ TRGIR.GRF = 0c2484ff6be49fc63a83be6ab5c38f32
|
|||
TRGCR.GRF = 3668f410c761a050b5e7095a2b14879b
|
||||
TRGHR.GRF = 06bf2b7a31766f048baac2ebe43457b1
|
||||
TRGTR.GRF = de53650517fe661ceaa3138c6edb0eb8
|
||||
OPENTTD.GRF = 066f0ce5500e0e8f5332aee42e2451a2
|
||||
OPENTTD.GRF = 768051d1eb451c682d6f4e936a89caa5
|
||||
|
||||
[origin]
|
||||
default = You can find it on your Transport Tycoon Deluxe CD-ROM.
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue