[Scummvm-cvs-logs] SF.net SVN: scummvm: [22159] scummvm/trunk/engines/scumm/plugin.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Apr 25 14:39:03 CEST 2006


Revision: 22159
Author:   fingolfin
Date:     2006-04-25 14:37:53 -0700 (Tue, 25 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22159&view=rev

Log Message:
-----------
Files that are *not* 00.LFL or 000.LFL indicate V5+ games -> teach the detector about that

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/plugin.cpp
Modified: scummvm/trunk/engines/scumm/plugin.cpp
===================================================================
--- scummvm/trunk/engines/scumm/plugin.cpp	2006-04-25 21:31:55 UTC (rev 22158)
+++ scummvm/trunk/engines/scumm/plugin.cpp	2006-04-25 21:37:53 UTC (rev 22159)
@@ -1186,6 +1186,10 @@
 				} else
 					continue;
 			} else {
+				// Must be a V5+ game
+				if (g->version < 5)
+					continue;
+
 				// So at this point the gameid is determined, but not necessarily
 				// the variant!
 				


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