- Initialize sprframe to NULL in FListMenuItemPlayerDisplay::Drawer().

SVN r4018 (trunk)
This commit is contained in:
Randy Heit 2013-01-03 03:08:45 +00:00
parent 6b67cd560a
commit 424fcb4cba

View file

@ -563,7 +563,7 @@ void FListMenuItemPlayerDisplay::Drawer(bool selected)
V_DrawFrame (x, y, 72*CleanXfac, 80*CleanYfac-1);
spriteframe_t *sprframe;
spriteframe_t *sprframe = NULL;
fixed_t scaleX, scaleY;
if (mPlayerState != NULL)