diff --git a/src/hwrenderer/scene/hw_walls.cpp b/src/hwrenderer/scene/hw_walls.cpp index 1cd924aaf3..7be61d9b64 100644 --- a/src/hwrenderer/scene/hw_walls.cpp +++ b/src/hwrenderer/scene/hw_walls.cpp @@ -194,7 +194,7 @@ void GLWall::PutWall(HWDrawInfo *di, bool translucent) bool solid; if (passflag[type] == 1) solid = true; - else if (type == RENDERWALL_FFBLOCK) solid = (gltexture && gltexture->isMasked()); + else if (type == RENDERWALL_FFBLOCK) solid = gltexture && !gltexture->isMasked(); else solid = false; if (solid) ProcessDecals(di);