diff options
Diffstat (limited to 'engines/mohawk/myst.h')
-rw-r--r-- | engines/mohawk/myst.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |