diff options
-rw-r--r-- | engines/toon/toon.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp index e424405cd5..b54b3a7f1d 100644 --- a/engines/toon/toon.cpp +++ b/engines/toon/toon.cpp @@ -786,6 +786,11 @@ ToonEngine::ToonEngine(OSystem *syst, const ADGameDescription *gameDescription) _script_func = NULL; _script = NULL; + _mouseX = 0; + _mouseY = 0; + _mouseButton = 0; + _lastMouseButton = 0; + _saveBufferStream = NULL; _pathFinding = NULL; |