[Scummvm-cvs-logs] CVS: scummvm/queen musicdata.cpp,1.8.2.1,1.8.2.2

Joost Peters joostp at users.sourceforge.net
Sat Mar 13 18:57:01 CET 2004


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25364/queen

Modified Files:
      Tag: branch-0-6-0
	musicdata.cpp 
Log Message:
There is no song 176/177, and from the looks of it's not a modifier either.
Just remove it for now to avoid a warning in the console.


Index: musicdata.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/musicdata.cpp,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- musicdata.cpp	27 Feb 2004 02:07:28 -0000	1.8.2.1
+++ musicdata.cpp	14 Mar 2004 02:47:37 -0000	1.8.2.2
@@ -971,7 +971,8 @@
 	{ { 67, 2000, 0 }, { 0, 0 }, 2, 0 }, 
 
 	/* 39 - Truck Fanfare */
-	{ { 67, 177, 0 }, { 0, 0 }, 2, 0 }, 
+	{ { 67, 0, 0 }, { 0, 0 }, 2, 0 },
+//	{ { 67, 177, 0 }, { 0, 0 }, 2, 0 }, 
 
 	/* 40 - Airport */
 	{ { 81, 0 }, { 0, 0 }, 1, 0 },





More information about the Scummvm-git-logs mailing list