diff options
author | Jamieson Christian | 2003-05-19 05:14:18 +0000 |
---|---|---|
committer | Jamieson Christian | 2003-05-19 05:14:18 +0000 |
commit | e088227e3b903319f873f4de4468fdea780bbd62 (patch) | |
tree | 85dc3b90f1ef3c51247d0ce250e4e7ba3a10c437 | |
parent | 417dc08484c6ecfc0b3aa64a18decfc85f2b95d4 (diff) | |
download | scummvm-rg350-e088227e3b903319f873f4de4468fdea780bbd62.tar.gz scummvm-rg350-e088227e3b903319f873f4de4468fdea780bbd62.tar.bz2 scummvm-rg350-e088227e3b903319f873f4de4468fdea780bbd62.zip |
Removed annoying debug output
svn-id: r7671
-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 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) { |