From 82b92d1881b13ef5f966f176993f7d8293b236c2 Mon Sep 17 00:00:00 2001 From: Sryder Date: Sat, 9 Jun 2018 22:25:00 +0100 Subject: [PATCH] Fix the issue from the merge --- src/hardware/hw_main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hardware/hw_main.c b/src/hardware/hw_main.c index ca9c56b1..38f39643 100644 --- a/src/hardware/hw_main.c +++ b/src/hardware/hw_main.c @@ -5329,10 +5329,6 @@ static void HWR_ProjectSprite(mobj_t *thing) z1 = tr_y + x1 * rightsin; z2 = tr_y - x2 * rightsin; - - if (papersprite && max(z1, z2) < ZCLIP_PLANE) - return; - x1 = tr_x + x1 * rightcos; x2 = tr_x - x2 * rightcos;