From 5ee24f3970d7c2d5868e44dd1a2eece83e013cb7 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 20 May 2018 10:05:12 +0200 Subject: MOHAWK: MYST: Fix repeatedly trying to autosave when not allowed Fixes trying to open the save on slot 0 on each frame when it is not an autosave. --- engines/mohawk/myst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk/myst.h') diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h index 5c238701d0..64fee10fde 100644 --- a/engines/mohawk/myst.h +++ b/engines/mohawk/myst.h @@ -245,7 +245,7 @@ public: bool canSaveGameStateCurrently() override; Common::Error loadGameState(int slot) override; Common::Error saveGameState(int slot, const Common::String &desc) override; - void autoSave(); + void tryAutoSaving(); bool hasFeature(EngineFeature f) const override; private: -- cgit v1.2.3