aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-04-09 18:29:51 +0000
committerSven Hesse2007-04-09 18:29:51 +0000
commit9c7a8bd963ca71feec56082f66004d9b1923abcf (patch)
treeb274dc4aaac6808f4756ccbd8f3e5c324630bf8f /engines/gob/game.cpp
parent258753e82cfa6fe5b427c6148b1ce0f812e87295 (diff)
downloadscummvm-rg350-9c7a8bd963ca71feec56082f66004d9b1923abcf.tar.gz
scummvm-rg350-9c7a8bd963ca71feec56082f66004d9b1923abcf.tar.bz2
scummvm-rg350-9c7a8bd963ca71feec56082f66004d9b1923abcf.zip
Preventing scrolling while the menu is shown
svn-id: r26440
Diffstat (limited to 'engines/gob/game.cpp')
-rw-r--r--engines/gob/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/game.cpp b/engines/gob/game.cpp
index dbd4dd1176..0d750d525a 100644
--- a/engines/gob/game.cpp
+++ b/engines/gob/game.cpp
@@ -76,6 +76,7 @@ Game::Game(GobEngine *vm) : _vm(vm) {
_activeCollIndex = 0;
_handleMouse = 0;
_forceHandleMouse = 0;
+ _menuLevel = 0;
_tempStr[0] = 0;
_curImaFile[0] = 0;