From 10b835e799895e5fb2df46cf1816f8aa18742a51 Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Wed, 31 May 2017 17:17:08 +0100 Subject: [PATCH] Whoops, this broke my non-NEWCLIP test build --- src/hardware/hw_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hardware/hw_main.c b/src/hardware/hw_main.c index 046edc61c..5592d05b3 100644 --- a/src/hardware/hw_main.c +++ b/src/hardware/hw_main.c @@ -3060,7 +3060,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: