aboutsummaryrefslogtreecommitdiff
path: root/gui/gui-manager.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2015-12-26 14:20:15 +0100
committerWillem Jan Palenstijn2015-12-26 14:20:15 +0100
commitae519716a207b134e3c287dc53cadb4ef55a389a (patch)
tree4c37f8c3310d53bb6cc3791939dbf963cc147ecd /gui/gui-manager.cpp
parent01d99d213dae8731c3c9a19cbd98f5fbfb9ee1fc (diff)
parent07b554b847d9675d5d97b7ea36ac87ce17e6a1f3 (diff)
downloadscummvm-rg350-ae519716a207b134e3c287dc53cadb4ef55a389a.tar.gz
scummvm-rg350-ae519716a207b134e3c287dc53cadb4ef55a389a.tar.bz2
scummvm-rg350-ae519716a207b134e3c287dc53cadb4ef55a389a.zip
Merge branch 'master' of github.com:scummvm/scummvm
Diffstat (limited to 'gui/gui-manager.cpp')
-rw-r--r--gui/gui-manager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/gui-manager.cpp b/gui/gui-manager.cpp
index 9b6cf5a0b6..20c6d3fa13 100644
--- a/gui/gui-manager.cpp
+++ b/gui/gui-manager.cpp
@@ -64,6 +64,8 @@ GuiManager::GuiManager() : _redrawStatus(kRedrawDisabled), _stateIsSaved(false),
_width = _system->getOverlayWidth();
_height = _system->getOverlayHeight();
+ _launched = false;
+
// Clear the cursor
memset(_cursor, 0xFF, sizeof(_cursor));