[Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.56,1.57

Max Horn fingolfin at users.sourceforge.net
Wed May 28 15:14:09 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv14614

Modified Files:
	akos.cpp 
Log Message:
modify actor 5 to get kenny in COMI to draw properly

Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- akos.cpp	28 May 2003 21:28:30 -0000	1.56
+++ akos.cpp	28 May 2003 22:13:30 -0000	1.57
@@ -942,7 +942,7 @@
 	}
 
 	if ((clip_right <= clip_left) || (clip_top >= clip_bottom))
-		return 0;
+		return 1;
 
 	_vm->updateDirtyRect(0, clip_left, clip_right + 1, clip_top, clip_bottom + 1, _dirty_id);
 





More information about the Scummvm-git-logs mailing list