aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
authorJamieson Christian2003-05-19 05:14:18 +0000
committerJamieson Christian2003-05-19 05:14:18 +0000
commite088227e3b903319f873f4de4468fdea780bbd62 (patch)
tree85dc3b90f1ef3c51247d0ce250e4e7ba3a10c437 /scumm/sound.cpp
parent417dc08484c6ecfc0b3aa64a18decfc85f2b95d4 (diff)
downloadscummvm-rg350-e088227e3b903319f873f4de4468fdea780bbd62.tar.gz
scummvm-rg350-e088227e3b903319f873f4de4468fdea780bbd62.tar.bz2
scummvm-rg350-e088227e3b903319f873f4de4468fdea780bbd62.zip
Removed annoying debug output
svn-id: r7671
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 3f2ea63ed1..7210d989bd 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -176,8 +176,6 @@ void Sound::playSound(int soundID) {
int rate;
byte flags = SoundMixer::FLAG_UNSIGNED | SoundMixer::FLAG_AUTOFREE;
-debug (0, "playSound (%d)", soundID);
-
debug(3,"playSound #%d (room %d)", soundID, _scumm->getResourceRoomNr(rtSound, soundID));
ptr = _scumm->getResourceAddress(rtSound, soundID);
if (ptr) {