mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 05:01:43 +00:00
SCI: Fix a non-initialized variable in GfxMenu - CID 1003110
This commit is contained in:
parent
619baf67ae
commit
2d90cc4ac3
@ -46,6 +46,7 @@ GfxMenu::GfxMenu(EventManager *event, SegManager *segMan, GfxPorts *ports, GfxPa
|
||||
_menuSaveHandle = NULL_REG;
|
||||
_barSaveHandle = NULL_REG;
|
||||
_oldPort = NULL;
|
||||
_mouseOldState = false;
|
||||
|
||||
reset();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user