0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-02-17 17:41:57 +00:00

Whoops, this broke my non-NEWCLIP test build

This commit is contained in:
Monster Iestyn 2017-05-31 17:17:08 +01:00
parent cefd92fc8e
commit 10b835e799

View file

@ -3060,7 +3060,7 @@ static void HWR_AddLine(seg_t * line)
// Identical floor and ceiling on both sides, // Identical floor and ceiling on both sides,
// identical light levels on both sides, // identical light levels on both sides,
// and no middle texture. // and no middle texture.
if (R_IsEmptyLine(curline, frontsector, backsector)) if (R_IsEmptyLine(gr_curline, gr_frontsector, gr_backsector))
return; return;
clippass: clippass: