[Scummvm-cvs-logs] SF.net SVN: scummvm:[51577] scummvm/trunk/engines/sci/detection.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Aug 1 15:11:24 CEST 2010


Revision: 51577
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51577&view=rev
Author:   thebluegr
Date:     2010-08-01 13:11:24 +0000 (Sun, 01 Aug 2010)

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

Modified Paths:
--------------
    scummvm/trunk/engines/sci/detection.cpp

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2010-08-01 12:38:07 UTC (rev 51576)
+++ scummvm/trunk/engines/sci/detection.cpp	2010-08-01 13:11:24 UTC (rev 51577)
@@ -627,7 +627,7 @@
 
 bool SciEngine::hasFeature(EngineFeature f) const {
 	return
-		//(f == kSupportsRTL) ||
+		(f == kSupportsRTL) ||
 		(f == kSupportsLoadingDuringRuntime); // ||
 		//(f == kSupportsSavingDuringRuntime);
 		// We can't allow saving through ScummVM menu, because


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list