From a2256f6b0f87eb8bca4c78b738613049efc8cd17 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 30 Sep 2007 19:33:40 +0000 Subject: (svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent. --- src/station_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 28ac9e134..ef27fc4a6 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -2115,7 +2115,7 @@ static void DrawTile_Station(TileInfo *ti) HASBIT(_transparent_opt, TO_BUILDINGS) ); } else { - AddChildSpriteScreen(image, pal, dtss->delta_x, dtss->delta_y); + AddChildSpriteScreen(image, pal, dtss->delta_x, dtss->delta_y, HASBIT(_transparent_opt, TO_BUILDINGS)); } } } -- cgit v1.2.3-54-g00ecf