Merge branch 'drawtiltedsplat-npo2-typo' into 'next'

Remove that line again

See merge request STJr/SRB2!1645
This commit is contained in:
sphere 2021-12-02 11:12:24 +00:00
commit 3597475a9d

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