src/table/track_land.h
branchnoai
changeset 9869 6404afe43575
parent 9732 f8eb3e208514
child 10455 22c441f5adf9
--- a/src/table/track_land.h	Sun Apr 06 14:12:19 2008 +0000
+++ b/src/table/track_land.h	Sun Apr 06 23:07:42 2008 +0000
@@ -33,6 +33,12 @@
 	{ {SPR_FLAT_GRASS_TILE, PAL_NONE}, _depot_gfx_NW }
 };
 
+static const DrawTileSprites _depot_invisible_gfx_table[] = {
+	{ {SPR_RAIL_TRACK_X, PAL_NONE}, _depot_gfx_NE },
+	{ {SPR_RAIL_TRACK_Y, PAL_NONE}, _depot_gfx_SE },
+	{ {SPR_RAIL_TRACK_X, PAL_NONE}, _depot_gfx_SW },
+	{ {SPR_RAIL_TRACK_Y, PAL_NONE}, _depot_gfx_NW }
+};
 
 static const DrawTileSeqStruct _waypoint_gfx_X[] = {
 	TILE_SEQ_LINE((1 << PALETTE_MODIFIER_COLOR) | SPR_WAYPOINT_X_1,  0,  0,  16,  5)