summaryrefslogtreecommitdiff
path: root/src/table/station_land.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2011-01-15 16:27:04 +0000
committerterkhen <terkhen@openttd.org>2011-01-15 16:27:04 +0000
commit53c9846f14be07b887323f3203ed3a0ab52e64db (patch)
tree3422208a042702669b1837cad47455ab180aea98 /src/table/station_land.h
parent93b26e8e3ddf39b8a775c2daa482ee52792a27e3 (diff)
downloadopenttd-53c9846f14be07b887323f3203ed3a0ab52e64db.tar.xz
(svn r21806) -Codechange: Correct additional appearances of the same typo.
Diffstat (limited to 'src/table/station_land.h')
-rw-r--r--src/table/station_land.h2
1 files changed, 1 insertions, 1 deletions
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()
};