mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix bad merge @ 37e16db41e
This commit is contained in:
parent
982c6d9a2e
commit
db619f1ed6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue