mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 05:01:43 +00:00
Fix for valgrind warning (From LavosSpawn)
svn-id: r12846
This commit is contained in:
parent
f02f786b3f
commit
154bd9e3c5
@ -45,6 +45,7 @@ void Mouse::initialize(void) {
|
||||
Logic::_scriptVars[MOUSE_STATUS] = 0; // mouse off and unlocked
|
||||
_getOff = 0;
|
||||
_inTopMenu = false;
|
||||
_lastState = 0;
|
||||
_mouseOverride = false;
|
||||
_currentPtrId = _currentLuggageId = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user