[Scummvm-cvs-logs] CVS: scummvm resource.cpp,1.77,1.78

Max Horn fingolfin at users.sourceforge.net
Sun May 5 13:02:02 CEST 2002


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

Modified Files:
	resource.cpp 
Log Message:
added 'SPK ' music type, appears in Mac version of Monkey 2

Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/resource.cpp,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- resource.cpp	5 May 2002 19:06:50 -0000	1.77
+++ resource.cpp	5 May 2002 20:01:54 -0000	1.78
@@ -567,7 +567,7 @@
 			pos += size;
 
 			pri = -1;
-
+		
 			switch (tag) {
 			case MKID('ADL '):
 				if (_use_adlib)
@@ -584,6 +584,10 @@
 			case MKID('MAC '):
 				if (!_use_adlib)
 					pri = 1;
+				break;
+			case MKID('SPK '):
+				if (!_use_adlib)
+					pri = 0;
 				break;
 			}
 





More information about the Scummvm-git-logs mailing list