[Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.150,1.151

Travis Howell kirben at users.sourceforge.net
Tue Aug 31 01:58:10 CEST 2004


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

Modified Files:
	akos.cpp 
Log Message:



Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- akos.cpp	31 Aug 2004 08:54:35 -0000	1.150
+++ akos.cpp	31 Aug 2004 08:57:36 -0000	1.151
@@ -730,7 +730,6 @@
 
 		rect.top = cur_y;
 		rect.bottom = cur_y + _height;
-		rect.bottom = 400;
 
 		startScaleIndexX = value;
 		startScaleIndexY = value;
@@ -1011,7 +1010,6 @@
 	clip.top = _actorY + ymoveCur;
 	clip.right = clip.left + _width;
 	clip.bottom = clip.top + _height;
-	clip.bottom = 400;
 	maxw = _outwidth;
 	maxh = _outheight;
 





More information about the Scummvm-git-logs mailing list