diff options
Diffstat (limited to 'src/table/station_land.h')
-rw-r--r-- | src/table/station_land.h | 2 |
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() }; |