diff options
author | Willem Jan Palenstijn | 2015-12-26 14:20:15 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2015-12-26 14:20:15 +0100 |
commit | ae519716a207b134e3c287dc53cadb4ef55a389a (patch) | |
tree | 4c37f8c3310d53bb6cc3791939dbf963cc147ecd /gui/gui-manager.cpp | |
parent | 01d99d213dae8731c3c9a19cbd98f5fbfb9ee1fc (diff) | |
parent | 07b554b847d9675d5d97b7ea36ac87ce17e6a1f3 (diff) | |
download | scummvm-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.cpp | 2 |
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)); |