(svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent.

This commit is contained in:
rubidium
2007-09-30 19:33:40 +00:00
parent 171374a8f0
commit a2256f6b0f
5 changed files with 11 additions and 5 deletions

View File

@@ -346,7 +346,7 @@ void DrawTileLayout(const TileInfo *ti, const SpriteGroup *group, byte stage, Ho
HASBIT(_transparent_opt, TO_HOUSES)
);
} else {
AddChildSpriteScreen(image, pal, dtss->delta_x, dtss->delta_y);
AddChildSpriteScreen(image, pal, dtss->delta_x, dtss->delta_y, HASBIT(_transparent_opt, TO_HOUSES));
}
}
}