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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun May 23 20:03:24 CEST 2010


Revision: 49164
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49164&view=rev
Author:   thebluegr
Date:     2010-05-23 18:03:23 +0000 (Sun, 23 May 2010)

Log Message:
-----------
SCI: Enabled saving from the ScummVM menu again

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2010-05-23 17:40:42 UTC (rev 49163)
+++ scummvm/trunk/engines/sci/detection.cpp	2010-05-23 18:03:23 UTC (rev 49164)
@@ -525,8 +525,8 @@
 bool SciEngine::hasFeature(EngineFeature f) const {
 	return
 		//(f == kSupportsRTL) ||
-		(f == kSupportsLoadingDuringRuntime);
-		//(f == kSupportsSavingDuringRuntime);
+		(f == kSupportsLoadingDuringRuntime) ||
+		(f == kSupportsSavingDuringRuntime);
 }
 
 SaveStateList SciMetaEngine::listSaves(const char *target) const {


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