aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_lok.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-01-21 15:36:31 +0000
committerJohannes Schickel2009-01-21 15:36:31 +0000
commitd3fb5c1ecc9407c1ed70e2e54192a69189e92a4c (patch)
tree51535afb4c800da03dcd8104300c8348c11a4157 /engines/kyra/kyra_lok.cpp
parentceefbd19b97fe50c2a3721c303fcd087f2762b5b (diff)
downloadscummvm-rg350-d3fb5c1ecc9407c1ed70e2e54192a69189e92a4c.tar.gz
scummvm-rg350-d3fb5c1ecc9407c1ed70e2e54192a69189e92a4c.tar.bz2
scummvm-rg350-d3fb5c1ecc9407c1ed70e2e54192a69189e92a4c.zip
Fixed GMM save/load functionallity in kyra1.
svn-id: r35980
Diffstat (limited to 'engines/kyra/kyra_lok.cpp')
-rw-r--r--engines/kyra/kyra_lok.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/kyra_lok.cpp b/engines/kyra/kyra_lok.cpp
index b228deb55c..700b0502b7 100644
--- a/engines/kyra/kyra_lok.cpp
+++ b/engines/kyra/kyra_lok.cpp
@@ -476,7 +476,9 @@ void KyraEngine_LoK::delay(uint32 amount, bool update, bool isMainLoop) {
updateMousePointer();
}
+ _isSaveAllowed = isMainLoop;
updateInput();
+ _isSaveAllowed = false;
if (_currentCharacter && _currentCharacter->sceneId == 210 && update)
updateKyragemFading();