Fix bad merge @ 37e16db41e

This commit is contained in:
James R 2022-03-23 13:52:59 -07:00
parent 982c6d9a2e
commit db619f1ed6

View file

@ -209,7 +209,7 @@ static void R_MapPlane(INT32 y, INT32 x1, INT32 x2)
ds_colormap = planezlight[pindex];
if (currentplane->extra_colormap)
ds_colormap = currentplane->extra_colormap->colormap;
ds_colormap = currentplane->extra_colormap->colormap + (ds_colormap - colormaps);
ds_fullbright = colormaps;
if (encoremap && !currentplane->noencore)