[Scummvm-cvs-logs] CVS: scummvm/scumm costume.cpp,1.73,1.74
Max Horn
fingolfin at users.sourceforge.net
Tue Jul 8 09:18:11 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv5682
Modified Files:
costume.cpp
Log Message:
ok, thanks erik for pointing out to me where this occurs :-)
Index: costume.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/costume.cpp,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- costume.cpp 8 Jul 2003 13:11:42 -0000 1.73
+++ costume.cpp 8 Jul 2003 16:17:41 -0000 1.74
@@ -89,11 +89,11 @@
switch (_loaded._format) {
case 0x60:
case 0x61:
+ // This format is used e.g. in the Sam&Max intro
ex1 = _srcptr[0];
ex2 = _srcptr[1];
_srcptr += 2;
if (ex1 != 0xFF || ex2 != 0xFF) {
-printf("Funky! Tell Fingolfin where you saw this\n");
ex1 = READ_LE_UINT16(_loaded._frameOffsets + ex1 * 2);
_srcptr = _loaded._baseptr + READ_LE_UINT16(_loaded._baseptr + ex1 + ex2 * 2) + 14;
}
More information about the Scummvm-git-logs
mailing list