aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_lok.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-07-15 15:51:47 +0000
committerJohannes Schickel2009-07-15 15:51:47 +0000
commit6b3c3a8a12d9ef7caa316f63d62f92c0ed606881 (patch)
tree51d039c3f2184179c26aca8ab67166b98adb2858 /engines/kyra/kyra_lok.cpp
parenta9a5e20834756b071d2a3c562929e217d9339da4 (diff)
downloadscummvm-rg350-6b3c3a8a12d9ef7caa316f63d62f92c0ed606881.tar.gz
scummvm-rg350-6b3c3a8a12d9ef7caa316f63d62f92c0ed606881.tar.bz2
scummvm-rg350-6b3c3a8a12d9ef7caa316f63d62f92c0ed606881.zip
Bugfix: Disallow GMM Save/Load while in kyragem scene.
svn-id: r42507
Diffstat (limited to 'engines/kyra/kyra_lok.cpp')
-rw-r--r--engines/kyra/kyra_lok.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/kyra_lok.cpp b/engines/kyra/kyra_lok.cpp
index e5ca52abcc..a3a249de18 100644
--- a/engines/kyra/kyra_lok.cpp
+++ b/engines/kyra/kyra_lok.cpp
@@ -434,7 +434,7 @@ void KyraEngine_LoK::mainLoop() {
// FIXME: Why is this here?
_screen->showMouse();
- int inputFlag = checkInput(_buttonList, true);
+ int inputFlag = checkInput(_buttonList, _currentCharacter->sceneId != 210);
removeInputTop();
updateMousePointer();