aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r--saga/saga.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index 9aeba8cd8a..711542418f 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -116,6 +116,8 @@ SagaEngine *_vm = NULL;
SagaEngine::SagaEngine(GameDetector *detector, OSystem *syst)
: Engine(syst) {
+ _leftMouseButtonPressed = _rightMouseButtonPressed = false;
+
_console = NULL;
_gameFileContexts = NULL;
_quit = false;