mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
SCI: Clarify the SciEngine::canSaveGameStateCurrently situation
This commit is contained in:
parent
df38f24c77
commit
8bda50fb08
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user