(svn r11426) -Codechange: Just one boolean inversion instead of two

pull/155/head
belugas 17 years ago
parent df71c4f289
commit 1ecb96b2c6

@ -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;

Loading…
Cancel
Save