[Scummvm-cvs-logs] CVS: scummvm/sword1 music.cpp,1.27,1.28 sound.cpp,1.30,1.31
Robert Göffringmann
lavosspawn at users.sourceforge.net
Thu Oct 14 02:25:16 CEST 2004
Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30645/sword1
Modified Files:
music.cpp sound.cpp
Log Message:
forgot to remove these debug messages
Index: music.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/music.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- music.cpp 12 Oct 2004 15:50:00 -0000 1.27
+++ music.cpp 14 Oct 2004 09:18:20 -0000 1.28
@@ -91,7 +91,6 @@
switch (_musicMode) {
#ifdef USE_MAD
case MusicMp3:
- printf("creating mp3 stream\n");
return makeMP3Stream(&_file, _file.size());
#endif
#ifdef USE_VORBIS
Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sound.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- sound.cpp 13 Oct 2004 00:59:27 -0000 1.30
+++ sound.cpp 14 Oct 2004 09:18:20 -0000 1.31
@@ -176,7 +176,6 @@
}
#ifdef USE_MAD
else if (_cowMode == CowMp3) {
- warning("playing mp3: Sample(%d/%d) Index %X, Size %d", roomNo, localNo, index, sampleSize);
_cowFile.seek(index);
_mixer->playMP3(&_speechHandle, &_cowFile, sampleSize, speechVol, speechPan, SOUND_SPEECH_ID);
// with compressed audio, we can't calculate the wave volume.
More information about the Scummvm-git-logs
mailing list