From 7a2a973b48c06604af7cc697d091e1180d90ec8a Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 14 Nov 2004 01:50:15 +0000 Subject: [PATCH] (svn r577) -newgrf: fixed some typos of last commit (airports were looking weird) --- table/station_land.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/table/station_land.h b/table/station_land.h index 05b2dbcfa0..8beaf141ef 100644 --- a/table/station_land.h +++ b/table/station_land.h @@ -693,11 +693,11 @@ static const DrawTileSprites _station_display_datas[] = { { 0xA4D, _station_display_datas_13 }, { 0xA4E, _station_display_datas_14 }, { 0xA4F, _station_display_datas_15 }, - { 0xAF0, _station_display_datas_16 }, - { 0xAF1, _station_display_datas_17 }, - { 0xAF2, _station_display_datas_18 }, - { 0xAF3, _station_display_datas_19 }, - { 0xAF4, _station_display_datas_20 }, + { 0xA50, _station_display_datas_16 }, + { 0xA51, _station_display_datas_17 }, + { 0xA52, _station_display_datas_18 }, + { 0xA53, _station_display_datas_19 }, + { 0xA54, _station_display_datas_20 }, { 0xA53, _station_display_datas_21 }, { 0xA55, _station_display_datas_22 }, { 0xA56, _station_display_datas_23 }, @@ -731,7 +731,7 @@ static const DrawTileSprites _station_display_datas[] = { { 0xF8D, _station_display_datas_51 }, { 0xA69, _station_display_datas_52 }, { 0xA6A, _station_display_datas_53 }, - { 0xA6B, _station_display_datas_54 }, + { 0x8A6B, _station_display_datas_54 }, { 0xA6D, _station_display_datas_55 }, { 0xA6E, _station_display_datas_56 }, { 0xA6F, _station_display_datas_57 },