aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/adl.h')
-rw-r--r--engines/adl/adl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index 3ac99c465b..75c6485a1f 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -239,6 +239,7 @@ protected:
// Engine
Common::Error loadGameState(int slot);
Common::Error saveGameState(int slot, const Common::String &desc);
+ bool canSaveGameStateCurrently();
virtual void gameLoop();
virtual void loadState(Common::ReadStream &stream);
@@ -411,7 +412,6 @@ private:
Common::Error run();
bool hasFeature(EngineFeature f) const;
bool canLoadGameStateCurrently();
- bool canSaveGameStateCurrently();
// Text input
byte convertKey(uint16 ascii) const;