mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-16 01:02:03 +00:00
- Initialize sprframe to NULL in FListMenuItemPlayerDisplay::Drawer().
SVN r4018 (trunk)
This commit is contained in:
parent
6b67cd560a
commit
424fcb4cba
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ void FListMenuItemPlayerDisplay::Drawer(bool selected)
|
||||||
|
|
||||||
V_DrawFrame (x, y, 72*CleanXfac, 80*CleanYfac-1);
|
V_DrawFrame (x, y, 72*CleanXfac, 80*CleanYfac-1);
|
||||||
|
|
||||||
spriteframe_t *sprframe;
|
spriteframe_t *sprframe = NULL;
|
||||||
fixed_t scaleX, scaleY;
|
fixed_t scaleX, scaleY;
|
||||||
|
|
||||||
if (mPlayerState != NULL)
|
if (mPlayerState != NULL)
|
||||||
|
|
Loading…
Reference in a new issue