From eb827d86017dcfffbe18a439215408fa59d6ff75 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 29 May 2009 12:28:39 +0000 Subject: Cleanup. svn-id: r40989 --- engines/kyra/kyra_v1.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/kyra/kyra_v1.cpp') diff --git a/engines/kyra/kyra_v1.cpp b/engines/kyra/kyra_v1.cpp index aaecef5a09..df74790be7 100644 --- a/engines/kyra/kyra_v1.cpp +++ b/engines/kyra/kyra_v1.cpp @@ -243,6 +243,9 @@ int KyraEngine_v1::checkInput(Button *buttonList, bool mainLoop, int eventFlag) updateInput(); _isSaveAllowed = false; + if (mainLoop) + checkAutosave(); + int keys = 0; int8 mouseWheel = 0; -- cgit v1.2.3