mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 01:15:58 +00:00
HDB: Fix uninitialized read
This commit is contained in:
parent
8a80cc77e9
commit
72dbb6074d
@ -130,6 +130,8 @@ bool Window::init() {
|
||||
_dlvsInfo.x = (kScreenWidth - _gfxInfobar->_width) + 16;
|
||||
_dlvsInfo.y = 272;
|
||||
|
||||
_gemGfx = NULL;
|
||||
|
||||
restartSystem();
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user