mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 01:05:59 +00:00
SUPERNOVA: Fix usage of uninitialized variables
This commit is contained in:
parent
3f2c0673e4
commit
c8c6eeb974
@ -313,6 +313,10 @@ void GameManager::initState() {
|
||||
_processInput = false;
|
||||
_guiEnabled = true;
|
||||
_animationEnabled = true;
|
||||
_mouseClicked = false;
|
||||
_keyPressed = false;
|
||||
_mouseX = -1;
|
||||
_mouseY = -1;
|
||||
_mouseField = -1;
|
||||
_inventoryScroll = 0;
|
||||
_oldTime = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user