mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-27 06:01:24 +00:00
Merge branch 'udmf-next' into udmf-fofs-mkii
This commit is contained in:
commit
03cf0c6e3b
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ static void Polyobj_GetInfo(polyobj_t *po, line_t *line)
|
|||
/*if (line->args[3] & TMPF_DONTCLIPPLANES)
|
||||
po->flags &= ~POF_CLIPPLANES;*/
|
||||
|
||||
if (lines[i].flags & TMPF_SPLAT)
|
||||
if (line->args[3] & TMPF_SPLAT)
|
||||
po->flags |= POF_SPLAT;
|
||||
|
||||
if (line->args[3] & TMPF_EXECUTOR) // Has a linedef executor
|
||||
|
|
Loading…
Reference in a new issue