From 8a5dbd57e6e1c519a0c29b330cbf1521865ca359 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 2 May 2003 00:54:01 +0000 Subject: shouldn't work so late at night, only make mistakes svn-id: r7257 --- scumm/resource.cpp | 7 ------- 1 file changed, 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; } -- cgit v1.2.3