Ensure Lua mouse status is reset at startup, fixes #130
This commit is contained in:
parent
571abd97a3
commit
fee3f3bf44
@ -97,6 +97,9 @@ LuaScriptInterface::LuaScriptInterface(GameModel * m):
|
||||
{NULL,NULL}
|
||||
};
|
||||
|
||||
luacon_mousedown = false;
|
||||
luacon_mousebutton = 0;
|
||||
|
||||
luacon_currentCommand = ¤tCommand;
|
||||
luacon_lastError = &lastError;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user