[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.520.2.3,1.520.2.4

kirben kirben at users.sourceforge.net
Fri Nov 18 15:50:06 CET 2005


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

Modified Files:
      Tag: branch-0-8-0
	simon.cpp 
Log Message:

Remove the old sprite check too.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.520.2.3
retrieving revision 1.520.2.4
diff -u -d -r1.520.2.3 -r1.520.2.4
--- simon.cpp	18 Nov 2005 23:39:29 -0000	1.520.2.3
+++ simon.cpp	18 Nov 2005 23:49:43 -0000	1.520.2.4
@@ -2549,10 +2549,8 @@
 	}
 
 	if ((_game & GF_SIMON1) && vga_res_id == 16300) {
-		if (num == 16300) {
-			dx_clear_attached_from_top(134);
-			_usePaletteDelay = true;
-		}
+		dx_clear_attached_from_top(134);
+		_usePaletteDelay = true;
 	} else {
 		_scrollX = 0;
 		_scrollXMax = 0;





More information about the Scummvm-git-logs mailing list