Ensure Lua mouse status is reset at startup, fixes #130

This commit is contained in:
Simon Robertshaw 2012-08-19 12:08:46 +01:00
parent 571abd97a3
commit fee3f3bf44

View File

@ -97,6 +97,9 @@ LuaScriptInterface::LuaScriptInterface(GameModel * m):
{NULL,NULL}
};
luacon_mousedown = false;
luacon_mousebutton = 0;
luacon_currentCommand = &currentCommand;
luacon_lastError = &lastError;