From a1e4263429629de4f95a65d2d602344f2b6831a0 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sat, 26 Apr 2025 08:24:37 -0400 Subject: [PATCH] Revert 'Polyobject transparency issuse quote on quote fix' This reverts commit 500c5a4609eca320e51df90e0a05f6e0885216c8. --- src/p_polyobj.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/p_polyobj.c b/src/p_polyobj.c index a1f1463b3..a270c8f3a 100644 --- a/src/p_polyobj.c +++ b/src/p_polyobj.c @@ -217,8 +217,7 @@ static void Polyobj_GetInfo(polyobj_t *po, line_t *line) if (po->parent == po->id) // do not allow a self-reference po->parent = -1; - if (udmf) - po->translucency = max(min(line->args[2], NUMTRANSMAPS), 0); + po->translucency = max(min(line->args[2], NUMTRANSMAPS), 0); if (udmf) {