From 8bda50fb08f893c9a29332f78917d20a963aab77 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 18 Dec 2016 18:22:37 -0600 Subject: SCI: Clarify the SciEngine::canSaveGameStateCurrently situation --- engines/sci/detection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index e3167503ee..a3b15b23e0 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -887,7 +887,8 @@ bool SciEngine::canLoadGameStateCurrently() { } bool SciEngine::canSaveGameStateCurrently() { - return !_gamestate->executionStackBase; + // see comment about kSupportsSavingDuringRuntime in SciEngine::hasFeature + return false; } } // End of namespace Sci -- cgit v1.2.3