Whoops, this broke my non-NEWCLIP test build

This commit is contained in:
Monster Iestyn 2017-05-31 17:17:08 +01:00
parent 3608f73d39
commit dd83652b71
1 changed files with 1 additions and 1 deletions

View File

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