mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- fixed: The Skin initialization code did not NULL the Voxel pointer in its sprite definitions.
SVN r3103 (trunk)
This commit is contained in:
parent
5e5ddd8cc8
commit
17ab63a39f
1 changed files with 1 additions and 0 deletions
|
@ -1114,6 +1114,7 @@ void R_InitSkins (void)
|
|||
for (k = 0; k < MAX_SPRITE_FRAMES; ++k)
|
||||
{
|
||||
sprtemp[k].Flip = 0;
|
||||
sprtemp[k].Voxel = NULL;
|
||||
}
|
||||
maxframe = -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue