(svn r5385) - Fix: Corrected new helipad layering so helicopters go over the H, not through it! ;) Thanks to mart3p for spotting this.
authorrichk
Mon, 26 Jun 2006 23:38:32 +0000
changeset 4073 4040953f8560
parent 4072 94b1385ca47a
child 4074 eef0ae9ab9d9
(svn r5385) - Fix: Corrected new helipad layering so helicopters go over the H, not through it! ;) Thanks to mart3p for spotting this.
table/station_land.h
--- a/table/station_land.h	Mon Jun 26 20:58:49 2006 +0000
+++ b/table/station_land.h	Mon Jun 26 23:38:32 2006 +0000
@@ -983,7 +983,7 @@
 // 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 @@
 // 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 @@
 // 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()
 };