aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/resource.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index 085c1f3701..185da49d5c 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -623,9 +623,6 @@ int Scumm::loadResource(int type, int idx) {
openRoom(roomNr);
_fileHandle.seek(fileOffs + _fileOffset, SEEK_SET);
-if (type == rtSound) {
- printf("fileOffs = %d, _fileOffset = %d\n", fileOffs, _fileOffset);
-}
if (_features & GF_OLD_BUNDLE) {
size = _fileHandle.readUint16LE();
@@ -664,10 +661,6 @@ if (type == rtSound) {
dumpResource("script-", idx, getResourceAddress(rtScript, idx));
}
- if (type == rtSound) {
- dumpResource("sound-", idx, getResourceAddress(rtScript, idx));
- }
-
if (!_fileHandle.ioFailed()) {
return 1;
}