aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 3c32ae1f3d..efe7fe67a3 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -322,7 +322,6 @@ void Sound::playSound(int soundID) {
return;
} else if (_scumm->_features & GF_FMTOWNS) {
size = READ_LE_UINT32(ptr);
- hexdump(ptr, size);
rate = 11025;
int type = *(ptr + 0x0D);