diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cat/LuaScriptInterface.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cat/LuaScriptInterface.cpp b/src/cat/LuaScriptInterface.cpp index c68c72c..dc3d5fb 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; |
