[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.349,2.350

Max Horn fingolfin at users.sourceforge.net
Mon Sep 27 17:20:45 CEST 2004


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

Modified Files:
	gfx.cpp 
Log Message:
This one doesn't make sense either...

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.349
retrieving revision 2.350
diff -u -d -r2.349 -r2.350
--- gfx.cpp	27 Sep 2004 23:53:03 -0000	2.349
+++ gfx.cpp	27 Sep 2004 23:55:49 -0000	2.350
@@ -1446,11 +1446,6 @@
 		rect1.top -= rect2.top;
 		rect1.bottom -= rect2.top;
 		
-		// FIXME: The following two duplicate the old behaviour of this code
-		// but I am not sure that this was right to start with... ?
-		rect1.right++;
-		rect1.bottom++;
-
 		copyVirtScreenBuffers(rect1);
 	}
 }





More information about the Scummvm-git-logs mailing list