[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.385,1.386

Travis Howell kirben at users.sourceforge.net
Sat Dec 20 02:22:01 CET 2003


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

Modified Files:
	simon.cpp 
Log Message:

Correction


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.385
retrieving revision 1.386
diff -u -d -r1.385 -r1.386
--- simon.cpp	20 Dec 2003 09:05:25 -0000	1.385
+++ simon.cpp	20 Dec 2003 10:21:32 -0000	1.386
@@ -3979,7 +3979,7 @@
 	vsp->image = 0;
 	vsp->base_color = base_color;
 	vsp->id = vga_sprite_id;
-	if (!(_game & GF_SIMON2) &!(_game & GF_TALKIE))
+	if (!(_game & GF_SIMON2) && !(_game & GF_WIN))
 		vsp->unk7 = vga_res = vga_sprite_id / 100;
 	else
 		vsp->unk7 = vga_res;





More information about the Scummvm-git-logs mailing list