aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/myst.h')
-rw-r--r--engines/mohawk/myst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h
index 73be28d393..3601cc3f03 100644
--- a/engines/mohawk/myst.h
+++ b/engines/mohawk/myst.h
@@ -191,8 +191,8 @@ public:
GUI::Debugger *getDebugger() { return _console; }
- bool canLoadGameStateCurrently() { return !(getFeatures() & GF_DEMO); }
- bool canSaveGameStateCurrently() { return !(getFeatures() & GF_DEMO); }
+ bool canLoadGameStateCurrently();
+ bool canSaveGameStateCurrently();
Common::Error loadGameState(int slot);
Common::Error saveGameState(int slot, const char *desc);
bool hasFeature(EngineFeature f) const;