[Scummvm-cvs-logs] CVS: scummvm/scumm/smush player.cpp,1.17,1.18

Jonathan Gray khalek at users.sourceforge.net
Fri Oct 18 02:59:03 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory usw-pr-cvs1:/tmp/cvs-serv4937

Modified Files:
	player.cpp 
Log Message:
a few small changes to make  the full throttle demo work

Index: player.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/player.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- player.cpp	6 Oct 2002 08:45:16 -0000	1.17
+++ player.cpp	18 Oct 2002 09:58:16 -0000	1.18
@@ -515,7 +515,7 @@
 		decodeCodec(b, r, _codec1);
 		break;
 	case 37:
-		assert(left == 0 && top == 0);
+		// assert(left == 0 && top == 0);
 		initSize(r, true, false);
 		decodeCodec(b, r, _codec37);
 		_codec37Called = true;





More information about the Scummvm-git-logs mailing list