diff options
author | Max Horn | 2004-04-10 01:45:00 +0000 |
---|---|---|
committer | Max Horn | 2004-04-10 01:45:00 +0000 |
commit | 2bc99154fb8e8ac9beaa33e0492148bc146b0693 (patch) | |
tree | 2ced46c35ea5993dcab879ecfca48cbf8ae80551 /scumm | |
parent | d78e9bb0acbdc06431bf8b3e6f51bdf71c1e12df (diff) | |
download | scummvm-rg350-2bc99154fb8e8ac9beaa33e0492148bc146b0693.tar.gz scummvm-rg350-2bc99154fb8e8ac9beaa33e0492148bc146b0693.tar.bz2 scummvm-rg350-2bc99154fb8e8ac9beaa33e0492148bc146b0693.zip |
oops
svn-id: r13530
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/sound.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp index 088f446a45..50ad3115e1 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -852,8 +852,6 @@ void Sound::startSfxSound(File *file, int file_size, PlayingSoundHandle *handle, AudioStream *input = NULL; - printf("startSfxSound: file_size = %d\n", file_size); - switch (_soundMode) { case kMP3Mode: #ifdef USE_MAD |