Fix for valgrind warning (From LavosSpawn)

svn-id: r12846
This commit is contained in:
Travis Howell 2004-02-13 11:04:15 +00:00
parent f02f786b3f
commit 154bd9e3c5

View File

@ -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;