[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,1.38,1.39

Pawe? Ko?odziejski aquadran at users.sourceforge.net
Wed Oct 23 10:49:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv31821

Modified Files:
	gfx.cpp 
Log Message:
fix for redraw problems in nexus

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- gfx.cpp	23 Oct 2002 00:24:54 -0000	1.38
+++ gfx.cpp	23 Oct 2002 17:48:01 -0000	1.39
@@ -1849,8 +1849,8 @@
 		lp = (left >> 3) + _screenStartStrip;
 		if (lp < 0)
 			lp = 0;
-		if (rp >= 200)
-			rp = 200;
+		if (rp >= 240)
+			rp = 240;
 		if (lp <= rp) {
 			num = rp - lp + 1;
 			sp = &gfxUsageBits[lp];





More information about the Scummvm-git-logs mailing list