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

Travis Howell kirben at users.sourceforge.net
Tue Dec 23 16:27:03 CET 2003


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

Modified Files:
	simon.cpp 
Log Message:

Should apply to all Simon1 versions


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.401
retrieving revision 1.402
diff -u -d -r1.401 -r1.402
--- simon.cpp	23 Dec 2003 10:08:54 -0000	1.401
+++ simon.cpp	24 Dec 2003 00:26:52 -0000	1.402
@@ -3989,7 +3989,7 @@
 	vsp->image = 0;
 	vsp->base_color = base_color;
 	vsp->id = vga_sprite_id;
-	if (!(_game & GF_SIMON2) && !(_game & GF_WIN))
+	if (!(_game & GF_SIMON2))
 		vsp->unk7 = vga_res = vga_sprite_id / 100;
 	else
 		vsp->unk7 = vga_res;





More information about the Scummvm-git-logs mailing list