summaryrefslogtreecommitdiff
path: root/src/table/station_land.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-12-31 04:38:11 +0000
committerbelugas <belugas@openttd.org>2007-12-31 04:38:11 +0000
commit8ee1faca6c8b4dbb13962c132fd9544dfee42ffa (patch)
treeca1f1cefe486219cdeb6b37c0d30bc2de02020da /src/table/station_land.h
parent31e2ed8b4cc8b16346d8bdfe5acfca068cc09e4d (diff)
downloadopenttd-8ee1faca6c8b4dbb13962c132fd9544dfee42ffa.tar.xz
(svn r11726) -Feature[newGRF]: Extend the Action 5, feature 0D usage. Patch by BigBB
Diffstat (limited to 'src/table/station_land.h')
-rw-r--r--src/table/station_land.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/table/station_land.h b/src/table/station_land.h
index 6f955daf3..61700bf28 100644
--- a/src/table/station_land.h
+++ b/src/table/station_land.h
@@ -1168,10 +1168,10 @@ static const DrawTileSprites _station_display_datas_oilrig[] = {
};
static const DrawTileSprites _station_display_datas_dock[] = {
- { SPR_SHORE_TILEH_3, PAL_NONE, _station_display_datas_76 },
- { SPR_SHORE_TILEH_9, PAL_NONE, _station_display_datas_77 },
- { SPR_SHORE_TILEH_12, PAL_NONE, _station_display_datas_78 },
- { SPR_SHORE_TILEH_6, PAL_NONE, _station_display_datas_79 },
+ { SPR_SHORE_BASE + SLOPE_SW, PAL_NONE, _station_display_datas_76 },
+ { SPR_SHORE_BASE + SLOPE_NW, PAL_NONE, _station_display_datas_77 },
+ { SPR_SHORE_BASE + SLOPE_NE, PAL_NONE, _station_display_datas_78 },
+ { SPR_SHORE_BASE + SLOPE_SE, PAL_NONE, _station_display_datas_79 },
{ SPR_FLAT_WATER_TILE, PAL_NONE, _station_display_datas_80 },
{ SPR_FLAT_WATER_TILE, PAL_NONE, _station_display_datas_81 },
};