[Scummvm-cvs-logs] CVS: scummvm/simon vga.cpp,1.12,1.13

Travis Howell kirben at users.sourceforge.net
Sun Nov 24 05:38:03 CET 2002


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

Modified Files:
	vga.cpp 
Log Message:

The vc_62 warning should be for simon 2 only


Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- vga.cpp	24 Nov 2002 13:31:38 -0000	1.12
+++ vga.cpp	24 Nov 2002 13:37:50 -0000	1.13
@@ -1789,7 +1789,7 @@
 
 	vc_29_stop_all_sounds();
 
-	if (!_video_var_3) {
+	if (((_game & GAME_SIMON2)) && (!_video_var_3)) {
 		warning("vc_62: music stuff?");
 	}
 





More information about the Scummvm-git-logs mailing list