[Scummvm-cvs-logs] SF.net SVN: scummvm:[48486] scummvm/branches/branch-1-1-0/engines/ parallaction/detection.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat Apr 3 16:01:24 CEST 2010


Revision: 48486
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48486&view=rev
Author:   Kirben
Date:     2010-04-03 14:01:24 +0000 (Sat, 03 Apr 2010)

Log Message:
-----------
Backport fix for bug #2976376 - NIPPON: Load from Launcher fails. By removing the kSupportsLoadingDuringStartup MetaEngineFeature flag (which was never supported).

Modified Paths:
--------------
    scummvm/branches/branch-1-1-0/engines/parallaction/detection.cpp

Modified: scummvm/branches/branch-1-1-0/engines/parallaction/detection.cpp
===================================================================
--- scummvm/branches/branch-1-1-0/engines/parallaction/detection.cpp	2010-04-03 14:01:12 UTC (rev 48485)
+++ scummvm/branches/branch-1-1-0/engines/parallaction/detection.cpp	2010-04-03 14:01:24 UTC (rev 48486)
@@ -265,7 +265,6 @@
 bool ParallactionMetaEngine::hasFeature(MetaEngineFeature f) const {
 	return
 		(f == kSupportsListSaves) ||
-		(f == kSupportsLoadingDuringStartup) ||
 		(f == kSupportsDeleteSave);
 }
 


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