0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-04-21 01:01:00 +00:00

- initialize variable to make Valgrind happy.

This commit is contained in:
Christoph Oelckers 2017-01-18 01:53:15 +01:00
parent 207f81cc37
commit b41d4d9f84

View file

@ -1363,6 +1363,7 @@ void R_DrawPSprite(DPSprite *pspr, AActor *owner, float bobx, float boby, double
vis = &avis[vispspindex];
vis->renderflags = owner->renderflags;
vis->floorclip = 0;
vis->sector = nullptr;
vis->texturemid = (BASEYCENTER - sy) * tex->Scale.Y + tex->TopOffset;