Skip to content
Snippets Groups Projects
Commit a76c8af6 authored by MascaraSnake's avatar MascaraSnake
Browse files

Compiling fix

parent d07c376f
No related branches found
No related tags found
1 merge request!1075Merge udmf-next into next
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment