Remove misplaced line from R_DrawTiltedSplat_NPO2_8

This commit is contained in:
Jaime Ita Passos 2021-11-06 01:49:29 -03:00
parent 06dfd360ee
commit 0ecfc38c46

View file

@ -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);