(svn r12018) -Fix(FS#1721,r9563): Restore initial intent on the invisible tree while transparent building patch setting

This commit is contained in:
belugas
2008-01-30 03:34:24 +00:00
parent 44f4ebffed
commit 94aa04948c
3 changed files with 9 additions and 5 deletions

View File

@@ -428,7 +428,8 @@ static void DrawTile_Trees(TileInfo *ti)
StartSpriteCombine();
if (!(IsTransparencySet(TO_TREES) && _patches.invisible_trees)) {
/* Do not draw trees when buildings are transparent and when the invisile trees patch is on */
if (!(_patches.invisible_trees && IsTransparencySet(TO_HOUSES))) {
TreeListEnt te[4];
uint i;