- Fixed: R_DrawPSprite() did not initialize the colormap for the targeter
vissprites. SVN r1883 (trunk)
This commit is contained in:
parent
c801bb7f49
commit
1eb4241663
3 changed files with 3 additions and 4 deletions
|
|
@ -1699,6 +1699,7 @@ void R_DrawPSprite (pspdef_t* psp, int pspnum, AActor *owner, fixed_t sx, fixed_
|
|||
else
|
||||
{
|
||||
VisPSpritesBaseColormap[pspnum] = basecolormap;
|
||||
vis->colormap = basecolormap->Maps;
|
||||
vis->RenderStyle = STYLE_Normal;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue