diff options
| author | Max Horn | 2003-05-02 00:54:01 +0000 |
|---|---|---|
| committer | Max Horn | 2003-05-02 00:54:01 +0000 |
| commit | 8a5dbd57e6e1c519a0c29b330cbf1521865ca359 (patch) | |
| tree | 6ef68a0edaa5731b77b2d9d52eeccec0712e655f /scumm/resource.cpp | |
| parent | 73ab9b26ad1ce3966f6e6fd1f4cc34404002d400 (diff) | |
| download | scummvm-rg350-8a5dbd57e6e1c519a0c29b330cbf1521865ca359.tar.gz scummvm-rg350-8a5dbd57e6e1c519a0c29b330cbf1521865ca359.tar.bz2 scummvm-rg350-8a5dbd57e6e1c519a0c29b330cbf1521865ca359.zip | |
shouldn't work so late at night, only make mistakes
svn-id: r7257
Diffstat (limited to 'scumm/resource.cpp')
| -rw-r--r-- | scumm/resource.cpp | 7 |
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; } |
