[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.718,1.719
kirben
kirben at users.sourceforge.net
Sat Feb 4 16:57:01 CET 2006
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6827/scumm
Modified Files:
scumm.cpp
Log Message:
Fix broken game detection for now.
Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.718
retrieving revision 1.719
diff -u -d -r1.718 -r1.719
--- scumm.cpp 4 Feb 2006 23:51:25 -0000 1.718
+++ scumm.cpp 5 Feb 2006 00:56:00 -0000 1.719
@@ -3046,7 +3046,7 @@
*/
} else if (buf[4] == '0' && buf[5] == 'R') {
// newer V3 game
- if (g->version != 3 || (g->features & GF_OLD_BUNDLE))
+ if (g->version != 3)
break;
// Candidates: indy3, indy3Towns, zakTowns, loomTowns
/*
More information about the Scummvm-git-logs
mailing list