diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp index 3e53fbee7f..ae83a76ca4 100644 --- a/src/tree_cmd.cpp +++ b/src/tree_cmd.cpp @@ -428,7 +428,7 @@ static void DrawTile_Trees(TileInfo *ti) StartSpriteCombine(); - if (!IsTransparencySet(TO_TREES) || !_patches.invisible_trees) { + if (!(IsTransparencySet(TO_TREES) && _patches.invisible_trees)) { TreeListEnt te[4]; uint i;