[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.400,1.401

Travis Howell kirben at users.sourceforge.net
Tue Dec 23 02:09:01 CET 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv2753/simon

Modified Files:
	simon.cpp 
Log Message:

Ooops


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.400
retrieving revision 1.401
diff -u -d -r1.400 -r1.401
--- simon.cpp	23 Dec 2003 10:00:51 -0000	1.400
+++ simon.cpp	23 Dec 2003 10:08:54 -0000	1.401
@@ -1884,7 +1884,7 @@
 						continue;
 				}
 
-				if (ha->y >= limit || ha->y >= _vga_var8)
+				if (ha->y >= limit || ((_game & GF_SIMON2) && ha->y >= _vga_var8))
 					continue;
 
 				y_ = (ha->height >> 1) - 4 + ha->y;





More information about the Scummvm-git-logs mailing list