From 522da1ddbc46bc58789f2250281c6bd4a9f37cf9 Mon Sep 17 00:00:00 2001 From: Robert Göffringmann Date: Thu, 14 Oct 2004 09:18:20 +0000 Subject: forgot to remove these debug messages svn-id: r15549 --- sword1/music.cpp | 1 - sword1/sound.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'sword1') diff --git a/sword1/music.cpp b/sword1/music.cpp index f49704a50d..ea20f84499 100644 --- a/sword1/music.cpp +++ b/sword1/music.cpp @@ -91,7 +91,6 @@ AudioStream *MusicHandle::createAudioSource(void) { switch (_musicMode) { #ifdef USE_MAD case MusicMp3: - printf("creating mp3 stream\n"); return makeMP3Stream(&_file, _file.size()); #endif #ifdef USE_VORBIS diff --git a/sword1/sound.cpp b/sword1/sound.cpp index b7fd7f0ea6..516f024558 100644 --- a/sword1/sound.cpp +++ b/sword1/sound.cpp @@ -176,7 +176,6 @@ bool Sound::startSpeech(uint16 roomNo, uint16 localNo) { } #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. -- cgit v1.2.3