mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-06 08:22:01 +00:00
Merge branch 'linedef-args' of git.magicalgirl.moe:STJr/SRB2 into linedef-args
This commit is contained in:
commit
9ff4de4ae2
1 changed files with 5 additions and 3 deletions
|
@ -3774,11 +3774,13 @@ static void HWR_Subsector(size_t num)
|
||||||
|
|
||||||
if (!line->glseg
|
if (!line->glseg
|
||||||
#ifdef POLYOBJECTS
|
#ifdef POLYOBJECTS
|
||||||
&& !line->polyseg // ignore segs that belong to polyobjects
|
&& !line->polyseg // ignore segs that belong to polyobjects
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
|
{
|
||||||
HWR_AddLine(line);
|
HWR_AddLine(line);
|
||||||
line++;
|
}
|
||||||
|
line++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue