mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 02:17:05 +00:00
Removed annoying debug output
svn-id: r7671
This commit is contained in:
parent
417dc08484
commit
e088227e3b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user