Revert 'Polyobject transparency issuse quote on quote fix'
This reverts commit 500c5a4609.
This commit is contained in:
parent
dba4448645
commit
a1e4263429
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue