diff options
-rw-r--r-- | src/tree_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp index 3e53fbee7..ae83a76ca 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; |