(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 3fcb5c3023
commit 7adec5da36
5 changed files with 11 additions and 5 deletions

View File

@@ -196,7 +196,7 @@ void IndustryDrawTileLayout(const TileInfo *ti, const SpriteGroup *group, byte r
!HASBIT(image, SPRITE_MODIFIER_OPAQUE) && HASBIT(_transparent_opt, TO_INDUSTRIES)
);
} else {
AddChildSpriteScreen(image, pal, dtss->delta_x, dtss->delta_y);
AddChildSpriteScreen(image, pal, dtss->delta_x, dtss->delta_y, HASBIT(_transparent_opt, TO_INDUSTRIES));
}
}
}