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

@ -3777,7 +3777,9 @@ static void HWR_Subsector(size_t num)
&& !line->polyseg // ignore segs that belong to polyobjects
#endif
)
{
HWR_AddLine(line);
}
line++;
}
}