[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.56,1.57

Max Horn fingolfin at users.sourceforge.net
Thu Dec 26 14:03:03 CET 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv32542

Modified Files:
	sound.cpp 
Log Message:
added FIXME comment

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- sound.cpp	26 Dec 2002 21:50:13 -0000	1.56
+++ sound.cpp	26 Dec 2002 22:02:58 -0000	1.57
@@ -954,11 +954,13 @@
 #define OUTPUT_SIZE 66150 // ((22050 * 2 * 2) / 4) * 3
 
 void Sound::playBundleMusic(char * song) {
+
 	if (_scumm->_silentDigitalImuse == true) {
 		return;
 	}
 
 	if (_nameBundleMusic == NULL) {
+		// FIXME: we have MUSDISK1.BUN and MUSDISK2.BUN in COMI.
 		if (_scumm->_bundle->openMusicFile("digmusic.bun", _scumm->getGameDataPath()) == false) {
 			return;
 		}





More information about the Scummvm-git-logs mailing list