SCI: Saved games can now be loaded from ScummVM's launcher

svn-id: r47423
This commit is contained in:
Filippos Karapetis 2010-01-21 22:20:16 +00:00
parent 93a8b469c0
commit c46c42ceb0
3 changed files with 33 additions and 7 deletions

View file

@ -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) ||