aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2003-08-14 02:52:52 +0000
committerTravis Howell2003-08-14 02:52:52 +0000
commitfa6d96086d01b47cf53420189bc4e9f030f68b04 (patch)
tree5dc505821577028d988373d11fa41ce9c10cfa60 /scumm
parent53eec9269589125e8612b113bbb812858a1bd62a (diff)
downloadscummvm-rg350-fa6d96086d01b47cf53420189bc4e9f030f68b04.tar.gz
scummvm-rg350-fa6d96086d01b47cf53420189bc4e9f030f68b04.tar.bz2
scummvm-rg350-fa6d96086d01b47cf53420189bc4e9f030f68b04.zip
Remove debug stuff that shouldn't have been commited
svn-id: r9678
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);