summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorrichk <richk@openttd.org>2006-06-26 23:38:32 +0000
committerrichk <richk@openttd.org>2006-06-26 23:38:32 +0000
commita0412db3082eff6a2b6236ddcce3952d6ea377b2 (patch)
tree066fa3a9063ddc233d812f78a6bf0de957769ccf /table
parent2132dcf5b27dd8854dfccd097f20cf348f33d70b (diff)
downloadopenttd-a0412db3082eff6a2b6236ddcce3952d6ea377b2.tar.xz
(svn r5385) - Fix: Corrected new helipad layering so helicopters go over the H, not through it! ;) Thanks to mart3p for spotting this.
Diffstat (limited to 'table')
-rw-r--r--table/station_land.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/table/station_land.h b/table/station_land.h
index 0700f97b9..3f86f0156 100644
--- a/table/station_land.h
+++ b/table/station_land.h
@@ -983,7 +983,7 @@ static const DrawTileSeqStruct _station_display_datas_0156[] = {
// helipad for helistation
// concrete underground
static const DrawTileSeqStruct _station_display_datas_0157[] = {
- { 0, 1, 2, 16, 11, 40, SPR_NEWHELIPAD },
+ { 0, 1, 2, 0, 0, 0, SPR_NEWHELIPAD },
{ 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | PALETTE_MODIFIER_COLOR }, // fences west
{ 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | PALETTE_MODIFIER_COLOR }, // fences south
TILE_SEQ_END()
@@ -992,7 +992,7 @@ static const DrawTileSeqStruct _station_display_datas_0157[] = {
// helipad for helistation
// concrete underground
static const DrawTileSeqStruct _station_display_datas_0158[] = {
- { 0, 1, 2, 16, 11, 40, SPR_NEWHELIPAD },
+ { 0, 1, 2, 0, 0, 0, SPR_NEWHELIPAD },
{ 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | PALETTE_MODIFIER_COLOR }, // fences west
{ 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | PALETTE_MODIFIER_COLOR }, // fences north
TILE_SEQ_END()
@@ -1001,7 +1001,7 @@ static const DrawTileSeqStruct _station_display_datas_0158[] = {
// helipad for helistation
// concrete underground
static const DrawTileSeqStruct _station_display_datas_0159[] = {
- { 0, 1, 2, 16, 11, 40, SPR_NEWHELIPAD },
+ { 0, 1, 2, 0, 0, 0, SPR_NEWHELIPAD },
{ 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | PALETTE_MODIFIER_COLOR }, // fences north
TILE_SEQ_END()
};