[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.284,1.285

Travis Howell kirben at users.sourceforge.net
Tue Aug 5 22:48:06 CEST 2003


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

Modified Files:
	simon.cpp 
Log Message:

Reverted too much
Add note about missing code in simon


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -d -r1.284 -r1.285
--- simon.cpp	6 Aug 2003 00:19:20 -0000	1.284
+++ simon.cpp	6 Aug 2003 05:47:49 -0000	1.285
@@ -1761,9 +1761,11 @@
 		timer_vga_sprites();
 
 		do {
-			if (ha->id != 0 && ha->flags & 0x20 && !(ha->flags & 0x40) && ha->flags & 1) {
-				if (_game & GF_SIMON2)
-					if (ha->y >= 0xc8 || ha->y >= _vga_var8)
+			if (ha->id != 0 && ha->flags & 0x20 && !(ha->flags & 0x40)) {
+
+				/* XXX: add code to skip inventory and verbs area */
+
+				if (ha->y >= 0xc8)
 						continue;
 
 				y_ = (ha->height >> 1) - 4 + ha->y;





More information about the Scummvm-git-logs mailing list