idented hell

This commit is contained in:
Alam Ed Arias 2020-01-06 09:58:05 -05:00
parent 759b1c82e2
commit 21c224fce0
1 changed files with 5 additions and 3 deletions

View File

@ -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++;
}
}