aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/sound.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 1af8974381..aab2320051 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -178,7 +178,6 @@ void Sound::playSound(int soundID) {
debug(3,"playSound #%d (room %d)", soundID, _scumm->getResourceRoomNr(rtSound, soundID));
ptr = _scumm->getResourceAddress(rtSound, soundID);
if (ptr) {
- //hexdump(ptr, 0x400);
if (READ_UINT32(ptr) == MKID('iMUS')){
assert(_scumm->_imuseDigital);
_scumm->_imuseDigital->startSound(soundID);