Initialise the variable, obviously

This commit is contained in:
Jaime Passos 2019-12-12 22:32:19 -03:00
parent c415d80e19
commit 7f092b884b
1 changed files with 2 additions and 0 deletions

View File

@ -743,6 +743,8 @@ static void HWR_CreateBlendedTexture(GLPatch_t *gpatch, GLPatch_t *blendgpatch,
UINT8 ialpha = 255 - blendimage->s.alpha, balpha = blendimage->s.alpha;
RGBA_t icolor = *image, bcolor;
memset(&bcolor, 0x00, sizeof(RGBA_t));
if (blendimage->s.alpha)
{
bcolor.s.blue = 0;