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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sun Jul 18 16:21:39 CEST 2010


Revision: 50993
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50993&view=rev
Author:   m_kiewitz
Date:     2010-07-18 14:21:38 +0000 (Sun, 18 Jul 2010)

Log Message:
-----------
SCI: disabling saving from scummvm menu

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2010-07-18 13:31:23 UTC (rev 50992)
+++ scummvm/trunk/engines/sci/detection.cpp	2010-07-18 14:21:38 UTC (rev 50993)
@@ -626,8 +626,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