[Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.163,1.164

Travis Howell kirben at users.sourceforge.net
Wed Sep 8 19:21:09 CEST 2004


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

Modified Files:
	akos.cpp 
Log Message:

Disable for now


Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -d -r1.163 -r1.164
--- akos.cpp	8 Sep 2004 22:36:05 -0000	1.163
+++ akos.cpp	9 Sep 2004 02:20:03 -0000	1.164
@@ -1223,6 +1223,8 @@
 	Common::Rect clip, src, dst;
 
 	debug(0, "codec32(%d, %d)", xmoveCur, ymoveCur);
+	// Disable for now, crashes too much.
+	return 0;
 
 	if (!_mirror) {
 		dst.left = (_actorX - xmoveCur - _width) + 1;





More information about the Scummvm-git-logs mailing list