[Scummvm-cvs-logs] CVS: scummvm/scumm imuse.cpp,2.137,2.138

Max Horn fingolfin at users.sourceforge.net
Thu May 26 09:30:44 CEST 2005


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

Modified Files:
	imuse.cpp 
Log Message:
Add 'MIDI' chunk to list of known iMuse music chunks

Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse.cpp,v
retrieving revision 2.137
retrieving revision 2.138
diff -u -d -r2.137 -r2.138
--- imuse.cpp	26 May 2005 12:56:29 -0000	2.137
+++ imuse.cpp	26 May 2005 16:30:19 -0000	2.138
@@ -130,10 +130,11 @@
 	case MKID('ROL '):
 		return true;
 
-	case MKID('MAC '):
+	case MKID('MAC '):	// Occurs in the Mac version of FOA and MI2
 		return true;
 
 	case MKID('GMD '):
+	case MKID('MIDI'):	// Occurs in Sam & Max
 		return false;
 	}
 
@@ -170,11 +171,11 @@
 	case MKID('ROL '):
 		return true;
 
-	case MKID('MAC '):
+	case MKID('MAC '):	// Occurs in the Mac version of FOA and MI2
 		return true;
 
 	case MKID('GMD '):
-	case MKID('MIDI'):
+	case MKID('MIDI'):	// Occurs in Sam & Max
 		return true;
 	}
 





More information about the Scummvm-git-logs mailing list