Merge branch 'linedef-args' of git.magicalgirl.moe:STJr/SRB2 into linedef-args

This commit is contained in:
MascaraSnake 2020-01-06 17:41:30 +01:00
commit 9ff4de4ae2

View file

@ -3777,7 +3777,9 @@ static void HWR_Subsector(size_t num)
&& !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++;
} }
} }