From 0ecfc38c468944b4de997199c0ece750cb39750f Mon Sep 17 00:00:00 2001 From: Jaime Ita Passos Date: Sat, 6 Nov 2021 01:49:29 -0300 Subject: [PATCH] Remove misplaced line from R_DrawTiltedSplat_NPO2_8 --- src/r_draw8_npo2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/r_draw8_npo2.c b/src/r_draw8_npo2.c index 71ec99948..2433cb402 100644 --- a/src/r_draw8_npo2.c +++ b/src/r_draw8_npo2.c @@ -666,7 +666,6 @@ void R_DrawTiltedSplat_NPO2_8(void) for (; width != 0; width--) { colormap = planezlight[tiltlighting[ds_x1++]] + (ds_colormap - colormaps); - val = source[((v >> nflatyshift) & nflatmask) | (u >> nflatxshift)]; // Lactozilla: Non-powers-of-two { fixed_t x = (((fixed_t)u) >> FRACBITS);