mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-09 12:46:19 +00:00
idented hell
This commit is contained in:
parent
33c35230c2
commit
ca130c4313
1 changed files with 5 additions and 3 deletions
|
|
@ -3774,11 +3774,13 @@ static void HWR_Subsector(size_t num)
|
|||
|
||||
if (!line->glseg
|
||||
#ifdef POLYOBJECTS
|
||||
&& !line->polyseg // ignore segs that belong to polyobjects
|
||||
&& !line->polyseg // ignore segs that belong to polyobjects
|
||||
#endif
|
||||
)
|
||||
)
|
||||
{
|
||||
HWR_AddLine(line);
|
||||
line++;
|
||||
}
|
||||
line++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue