From d3fb5c1ecc9407c1ed70e2e54192a69189e92a4c Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 21 Jan 2009 15:36:31 +0000 Subject: Fixed GMM save/load functionallity in kyra1. svn-id: r35980 --- engines/kyra/kyra_lok.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/kyra/kyra_lok.cpp') 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(); -- cgit v1.2.3