SCI: Enabled saving from the ScummVM menu again

svn-id: r49164
This commit is contained in:
Filippos Karapetis 2010-05-23 18:03:23 +00:00
parent 2ffbd661ac
commit e2a388e2f5

View File

@ -525,8 +525,8 @@ bool SciMetaEngine::hasFeature(MetaEngineFeature f) const {
bool SciEngine::hasFeature(EngineFeature f) const {
return
//(f == kSupportsRTL) ||
(f == kSupportsLoadingDuringRuntime);
//(f == kSupportsSavingDuringRuntime);
(f == kSupportsLoadingDuringRuntime) ||
(f == kSupportsSavingDuringRuntime);
}
SaveStateList SciMetaEngine::listSaves(const char *target) const {