aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2010-01-21 22:20:16 +0000
committerFilippos Karapetis2010-01-21 22:20:16 +0000
commitc46c42ceb0f6b847d156d90d182bf0a808ab38dd (patch)
tree4d6a53c1b77ea8733f5bed19f24a09a07e9574d9 /engines/sci/detection.cpp
parent93a8b469c03d05ddef0aa46a51887a68ff629eb7 (diff)
downloadscummvm-rg350-c46c42ceb0f6b847d156d90d182bf0a808ab38dd.tar.gz
scummvm-rg350-c46c42ceb0f6b847d156d90d182bf0a808ab38dd.tar.bz2
scummvm-rg350-c46c42ceb0f6b847d156d90d182bf0a808ab38dd.zip
SCI: Saved games can now be loaded from ScummVM's launcher
svn-id: r47423
Diffstat (limited to 'engines/sci/detection.cpp')
-rw-r--r--engines/sci/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index d3bbedef11..c313a5d237 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -371,7 +371,7 @@ bool SciMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameD
bool SciMetaEngine::hasFeature(MetaEngineFeature f) const {
return
(f == kSupportsListSaves) ||
- //(f == kSupportsLoadingDuringStartup) ||
+ (f == kSupportsLoadingDuringStartup) ||
(f == kSupportsDeleteSave) ||
(f == kSavesSupportMetaInfo) ||
(f == kSavesSupportThumbnail) ||