Polyobject transparency issuse quote on quote fix
The setup code for this confuses me. why is transparency set twice?
This commit is contained in:
parent
0941cbe8db
commit
500c5a4609
1 changed files with 2 additions and 1 deletions
|
|
@ -217,6 +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);
|
||||
|
||||
if (udmf)
|
||||
|
|
|
|||
Loading…
Reference in a new issue