[Scummvm-cvs-logs] SF.net SVN: scummvm: [23227] scummvm/branches/branch-0-9-0/engines/scumm/plugin.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Wed Jun 21 15:58:59 CEST 2006


Revision: 23227
Author:   kirben
Date:     2006-06-21 06:58:54 -0700 (Wed, 21 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23227&view=rev

Log Message:
-----------
Remove duplicate left over

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/engines/scumm/plugin.cpp
Modified: scummvm/branches/branch-0-9-0/engines/scumm/plugin.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/engines/scumm/plugin.cpp	2006-06-21 13:45:31 UTC (rev 23226)
+++ scummvm/branches/branch-0-9-0/engines/scumm/plugin.cpp	2006-06-21 13:58:54 UTC (rev 23227)
@@ -1096,7 +1096,7 @@
 	
 	if (file == "maniac1.d64" || file == "zak1.d64") {
 		// TODO
-	} else if (file == "00.LFL" || file == "maniac1.d64" || file == "zak1.d64") {
+	} else if (file == "00.LFL") {
 		// Used in V1, V2, V3 games.
 		if (g->version > 3)
 			return false;


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