[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,1.78,1.79

Max Horn fingolfin at users.sourceforge.net
Thu Dec 12 17:31:08 CET 2002


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

Modified Files:
	gfx.cpp 
Log Message:
fix for the arrow bug in MonkeyVGA (see also bug #599442 and patch #643464)

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- gfx.cpp	11 Dec 2002 01:25:15 -0000	1.78
+++ gfx.cpp	13 Dec 2002 01:30:22 -0000	1.79
@@ -1794,7 +1794,7 @@
 	topline = vs->topline;
 	height = topline + vs->height;
 
-	right++;		// FIXME - why do we increment right here?!? (add comment)
+//	right++;		// FIXME - why did we increment here?!? it caused bug 
 	if (left < 0)
 		left = 0;
 	if (right < 0)





More information about the Scummvm-git-logs mailing list