[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.701,1.702

kirben kirben at users.sourceforge.net
Sun Jan 22 05:33:01 CET 2006


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29075/scumm

Modified Files:
	scumm.cpp 
Log Message:

Used by PC version of FT demo too.


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.701
retrieving revision 1.702
diff -u -d -r1.701 -r1.702
--- scumm.cpp	21 Jan 2006 18:17:56 -0000	1.701
+++ scumm.cpp	22 Jan 2006 13:32:39 -0000	1.702
@@ -2871,7 +2871,7 @@
 		strcpy(detectName, "000.LFL");
 		break;
 	case 2:
-		if (g->version < 4 || g->version > 6)
+		if (g->version < 4 || g->version > 7)
 			return false;
 		strcpy(detectName, g->gameid);
 		strcat(detectName, ".000");





More information about the Scummvm-git-logs mailing list