From 53c9846f14be07b887323f3203ed3a0ab52e64db Mon Sep 17 00:00:00 2001 From: terkhen Date: Sat, 15 Jan 2011 16:27:04 +0000 Subject: (svn r21806) -Codechange: Correct additional appearances of the same typo. --- src/table/sprites.h | 2 +- src/table/station_land.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/table') diff --git a/src/table/sprites.h b/src/table/sprites.h index 56302f4d6..e4144141e 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -1249,7 +1249,7 @@ static const SpriteID SPR_IMG_AIRPORT = 744; /* dock_gui.c */ static const SpriteID SPR_IMG_SHIP_DEPOT = 748; static const SpriteID SPR_IMG_SHIP_DOCK = 746; -static const SpriteID SPR_IMG_BOUY = 693; +static const SpriteID SPR_IMG_BUOY = 693; static const SpriteID SPR_IMG_AQUEDUCT = SPR_OPENTTD_BASE + 145; /* music_gui.c */ diff --git a/src/table/station_land.h b/src/table/station_land.h index 13385a4c4..aa4acec11 100644 --- a/src/table/station_land.h +++ b/src/table/station_land.h @@ -395,7 +395,7 @@ static const DrawTileSeqStruct _station_display_datas_81[] = { /* Buoy, which will _always_ drown under the ship */ static const DrawTileSeqStruct _station_display_datas_82[] = { - TILE_SEQ_LINE( 4, -1, 0, 0, 0, 0, SPR_IMG_BOUY) + TILE_SEQ_LINE( 4, -1, 0, 0, 0, 0, SPR_IMG_BUOY) TILE_SEQ_END() }; -- cgit v1.2.3-54-g00ecf