aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-04-10 01:45:00 +0000
committerMax Horn2004-04-10 01:45:00 +0000
commit2bc99154fb8e8ac9beaa33e0492148bc146b0693 (patch)
tree2ced46c35ea5993dcab879ecfca48cbf8ae80551
parentd78e9bb0acbdc06431bf8b3e6f51bdf71c1e12df (diff)
downloadscummvm-rg350-2bc99154fb8e8ac9beaa33e0492148bc146b0693.tar.gz
scummvm-rg350-2bc99154fb8e8ac9beaa33e0492148bc146b0693.tar.bz2
scummvm-rg350-2bc99154fb8e8ac9beaa33e0492148bc146b0693.zip
oops
svn-id: r13530
-rw-r--r--scumm/sound.cpp2
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