[Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.171,1.172

Travis Howell kirben at users.sourceforge.net
Mon Sep 13 06:08:08 CEST 2004


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

Modified Files:
	akos.cpp 
Log Message:

Correction


Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -d -r1.171 -r1.172
--- akos.cpp	13 Sep 2004 12:34:53 -0000	1.171
+++ akos.cpp	13 Sep 2004 13:07:35 -0000	1.172
@@ -1233,8 +1233,8 @@
 	src.bottom = _height - 1;
 
 	dst.top = _actorY + ymoveCur;
-	dst.right = dst.left + _width - 1;
-	dst.bottom = dst.top + _height - 1;
+	dst.right = dst.left + _width;
+	dst.bottom = dst.top + _height;
 
 	dst.clip(_clipOverride);
 





More information about the Scummvm-git-logs mailing list