diff --git a/src/r_things.cpp b/src/r_things.cpp index 459ebdbce..386ef8139 100644 --- a/src/r_things.cpp +++ b/src/r_things.cpp @@ -1104,7 +1104,7 @@ void R_DrawPSprite (pspdef_t* psp, int pspnum, AActor *owner, fixed_t sx, fixed_ } // If the main colormap has fixed lights, and this sprite is being drawn with that // colormap, disable acceleration so that the lights can remain fixed. - if (!noaccel && + if (!noaccel && realfixedcolormap == NULL && NormalLightHasFixedLights && mybasecolormap == &NormalLight && vis->pic->UseBasePalette()) {