[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.263,2.264

Max Horn fingolfin at users.sourceforge.net
Mon Jan 19 10:58:01 CET 2004


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

Modified Files:
	gfx.cpp 
Log Message:
this is not necessary anymore

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.263
retrieving revision 2.264
diff -u -d -r2.263 -r2.264
--- gfx.cpp	18 Jan 2004 02:31:53 -0000	2.263
+++ gfx.cpp	19 Jan 2004 18:57:06 -0000	2.264
@@ -563,10 +563,6 @@
 	rect.top -= topline;
 	rect.bottom -= topline;
 
-	if (rect.left < 0)
-		rect.left = 0;
-	if (rect.right < 0)
-		rect.right = 0;
 	rect.clip(vs->width, vs->height);
 
 	markRectAsDirty(vs->number, rect, USAGE_BIT_RESTORED);





More information about the Scummvm-git-logs mailing list