mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 01:43:50 +00:00
Compiling fix
This commit is contained in:
parent
d07c376f6d
commit
a76c8af60c
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