diff --git a/source/core/rendering/scene/hw_sprites.cpp b/source/core/rendering/scene/hw_sprites.cpp index 188fa1edc..392418a3d 100644 --- a/source/core/rendering/scene/hw_sprites.cpp +++ b/source/core/rendering/scene/hw_sprites.cpp @@ -110,8 +110,6 @@ void HWSprite::DrawSprite(HWDrawInfo* di, FRenderState& state, bool translucent) SetLightAndFog(di, state, fade, palette, shade, visibility, alpha); - if (shade >= numshades) state.SetObjectColor(0xff000000); // make sure that nothing lights this up again. - if (modelframe == 0) {