SCI: Enabled the "Return to Launcher" feature (needs testing)

svn-id: r51577
This commit is contained in:
Filippos Karapetis 2010-08-01 13:11:24 +00:00
parent 83e51b0e92
commit 7207290dc3

View file

@ -627,7 +627,7 @@ bool SciMetaEngine::hasFeature(MetaEngineFeature f) const {
bool SciEngine::hasFeature(EngineFeature f) const {
return
//(f == kSupportsRTL) ||
(f == kSupportsRTL) ||
(f == kSupportsLoadingDuringRuntime); // ||
//(f == kSupportsSavingDuringRuntime);
// We can't allow saving through ScummVM menu, because