aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2010-08-01 13:11:24 +0000
committerFilippos Karapetis2010-08-01 13:11:24 +0000
commit7207290dc36c05f73693cf8107303ea49d9e0d63 (patch)
tree4efd29b1a8535ec824da6c9422e01e7da03f2bb4 /engines/sci/detection.cpp
parent83e51b0e92b401fb117d40d9eaaf2cafe30ecbd2 (diff)
downloadscummvm-rg350-7207290dc36c05f73693cf8107303ea49d9e0d63.tar.gz
scummvm-rg350-7207290dc36c05f73693cf8107303ea49d9e0d63.tar.bz2
scummvm-rg350-7207290dc36c05f73693cf8107303ea49d9e0d63.zip
SCI: Enabled the "Return to Launcher" feature (needs testing)
svn-id: r51577
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 3698964de5..3e5d978e91 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -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