- missed this.

This commit is contained in:
Christoph Oelckers 2018-04-08 21:02:15 +02:00
parent 3dcd7d310f
commit 3dc670a0cc

View file

@ -179,7 +179,7 @@ void RenderPolyPlayerSprites::RenderRemainingSprites()
DTA_FillColor, sprite.FillColor, DTA_FillColor, sprite.FillColor,
DTA_SpecialColormap, sprite.special, DTA_SpecialColormap, sprite.special,
DTA_ColorOverlay, sprite.overlay.d, DTA_ColorOverlay, sprite.overlay.d,
DTA_Color, sprite.LightColor, DTA_Color, sprite.LightColor | 0xff000000, // the color here does not have a valid alpha component.
DTA_Desaturate, sprite.Desaturate, DTA_Desaturate, sprite.Desaturate,
TAG_DONE); TAG_DONE);
} }