[Scummvm-cvs-logs] CVS: scummvm/simon vga.cpp,1.4,1.5

Oliver Kiehl olki at users.sourceforge.net
Sun Nov 10 08:29:02 CET 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv27610

Modified Files:
	vga.cpp 
Log Message:
oops, forgot a file (ambient effects)


Index: vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/vga.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- vga.cpp	7 Nov 2002 07:36:39 -0000	1.4
+++ vga.cpp	10 Nov 2002 16:28:18 -0000	1.5
@@ -1608,7 +1608,7 @@
 	} else {
 		if (a >= 0x8000) {
 			a = -a;
-			warning("vc_52(%d): unimpl");
+			playAmbient(a);
 		} else {
 			playSound(a);
 		}





More information about the Scummvm-git-logs mailing list