[Scummvm-cvs-logs] CVS: scummvm script_v2.cpp,1.67,1.68

Vincent Hamm yazoo at users.sourceforge.net
Sat May 25 12:41:02 CEST 2002


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

Modified Files:
	script_v2.cpp 
Log Message:
Fixme for the dig looping sound bug...

Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/script_v2.cpp,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- script_v2.cpp	25 May 2002 08:53:08 -0000	1.67
+++ script_v2.cpp	25 May 2002 19:40:42 -0000	1.68
@@ -2412,6 +2412,13 @@
 {
 	int16 list[16];
 	getStackList(list, sizeof(list) / sizeof(list[0]));
+
+	/* (yazoo): I don't know enought about the sound code to
+	 * fix the looping sound bug. FIXME !*/
+	
+	if(list[1] == 163 && _gameId == GID_DIG)
+		return;
+	
 	soundKludge(list);
 }
 





More information about the Scummvm-git-logs mailing list