[Scummvm-cvs-logs] CVS: scummvm/simon vga.cpp,1.99,1.100

Travis Howell kirben at users.sourceforge.net
Fri Dec 19 20:30:00 CET 2003


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

Modified Files:
	vga.cpp 
Log Message:



Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- vga.cpp	20 Dec 2003 04:20:22 -0000	1.99
+++ vga.cpp	20 Dec 2003 04:29:17 -0000	1.100
@@ -1195,7 +1195,7 @@
 	VgaSprite *vsp = find_cur_sprite();
 	// Work around to allow inventory arrows to be
 	// showned in some versions of Simon the Sorcerer 1
-	if (!(_game GF_SIMON2) && !(_game & GF_WIN) &&
+	if (!(_game & GF_SIMON2) && !(_game & GF_WIN) &&
 	      vsp->id == 0x80 && _keep_arrows) {
 		_keep_arrows = 0;
 		return;





More information about the Scummvm-git-logs mailing list