[Scummvm-cvs-logs] CVS: scummvm akos.cpp,1.15,1.16

Vincent Hamm yazoo at users.sourceforge.net
Tue Apr 23 08:00:30 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv20137

Modified Files:
	akos.cpp 
Log Message:
Another akos codec 5 fix

Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/akos.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** akos.cpp	22 Apr 2002 22:18:24 -0000	1.15
--- akos.cpp	23 Apr 2002 14:58:53 -0000	1.16
***************
*** 942,947 ****
  		left -= left - max_width;
  
! 	ar->draw_top = top;
! 	ar->draw_bottom = bottom;
  
  	updateDirtyRect(0, left, right+1, top, bottom+1, 1 << ar->dirty_id);
--- 942,947 ----
  		left -= left - max_width;
  
! 	ar->draw_top = 0;
! 	ar->draw_bottom = 200;
  
  	updateDirtyRect(0, left, right+1, top, bottom+1, 1 << ar->dirty_id);





More information about the Scummvm-git-logs mailing list