Removed annoying debug output

svn-id: r7671
This commit is contained in:
Jamieson Christian 2003-05-19 05:14:18 +00:00
parent 417dc08484
commit e088227e3b

View File

@ -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) {