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

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


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

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

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

Modified: scummvm/trunk/engines/parallaction/detection.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/detection.cpp	2010-04-03 11:33:27 UTC (rev 48484)
+++ scummvm/trunk/engines/parallaction/detection.cpp	2010-04-03 14:01:12 UTC (rev 48485)
@@ -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