(svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user