Compiling fix

This commit is contained in:
MascaraSnake 2020-06-09 22:10:02 +02:00
parent d07c376f6d
commit a76c8af60c
1 changed files with 1 additions and 1 deletions

View File

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