mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-02 03:36:14 +00:00
Compiling fix
This commit is contained in:
parent
c685328268
commit
5bbbb16837
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…
Add table
Reference in a new issue