[Scummvm-cvs-logs] CVS: residual screen.cpp,1.10,1.11

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Feb 25 00:38:05 CET 2004


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

Modified Files:
	screen.cpp 
Log Message:
ops

Index: screen.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/screen.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- screen.cpp	25 Feb 2004 08:21:30 -0000	1.10
+++ screen.cpp	25 Feb 2004 08:23:00 -0000	1.11
@@ -95,7 +95,7 @@
 
 	if(top < 0)
 		top = 0;
-	if(top > =SCREEN_HEIGHT)
+	if(top >= SCREEN_HEIGHT)
 		top = SCREEN_HEIGHT - 1;
 
 	if(bottom < 0)





More information about the Scummvm-git-logs mailing list