diff options
Diffstat (limited to 'engines/gob/game.cpp')
-rw-r--r-- | engines/gob/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/game.cpp b/engines/gob/game.cpp index 47da5cf8f4..1a7c31eec0 100644 --- a/engines/gob/game.cpp +++ b/engines/gob/game.cpp @@ -81,6 +81,8 @@ Game::Game(GobEngine *vm) : _vm(vm) { _preventScroll = false; _scrollHandleMouse = false; + _noCd = false; + _tempStr[0] = 0; _curImaFile[0] = 0; _collStr[0] = 0; |