aboutsummaryrefslogtreecommitdiff
path: root/resource.cpp
diff options
context:
space:
mode:
authorMax Horn2002-07-27 13:17:48 +0000
committerMax Horn2002-07-27 13:17:48 +0000
commit84dfa4fb3ef1b7b8e44da0d26ade25653214416b (patch)
tree88fe1f5eeb70caadc90cfd10891e5243a66a3cfe /resource.cpp
parent7fb81392105a774a6001f3e08f4b736e636193e2 (diff)
downloadscummvm-rg350-84dfa4fb3ef1b7b8e44da0d26ade25653214416b.tar.gz
scummvm-rg350-84dfa4fb3ef1b7b8e44da0d26ade25653214416b.tar.bz2
scummvm-rg350-84dfa4fb3ef1b7b8e44da0d26ade25653214416b.zip
removed Mac1 debug output
svn-id: r4653
Diffstat (limited to 'resource.cpp')
-rw-r--r--resource.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/resource.cpp b/resource.cpp
index 61ebc58170..66e03728ae 100644
--- a/resource.cpp
+++ b/resource.cpp
@@ -709,9 +709,6 @@ int Scumm::readSoundResource(int type, int idx)
fileRead(_fileHandle, createResource(type, idx, total_size), total_size - 8);
return 1;
} else if (basetag == MKID('Mac1')) {
- debug(1, "Found base tag Mac1 in sound %d, size %d", idx, total_size);
- debug(1, "It was at position %d", filePos(_fileHandle));
-
fileSeek(_fileHandle, -12, SEEK_CUR);
total_size = fileReadDwordBE();
fileRead(_fileHandle, createResource(type, idx, total_size), total_size - 8);