diff --git a/src/cat/LuaScriptInterface.cpp b/src/cat/LuaScriptInterface.cpp index c68c72c77..dc3d5fb97 100644 --- a/src/cat/LuaScriptInterface.cpp +++ b/src/cat/LuaScriptInterface.cpp @@ -97,6 +97,9 @@ LuaScriptInterface::LuaScriptInterface(GameModel * m): {NULL,NULL} }; + luacon_mousedown = false; + luacon_mousebutton = 0; + luacon_currentCommand = ¤tCommand; luacon_lastError = &lastError;