Revert 'Polyobject transparency issuse quote on quote fix'

This reverts commit 500c5a4609.
This commit is contained in:
NepDisk 2025-04-26 08:24:37 -04:00
parent dba4448645
commit a1e4263429

View file

@ -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)
{