diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/resource.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp index 681cab7afe..ee479d9fca 100644 --- a/scumm/resource.cpp +++ b/scumm/resource.cpp @@ -621,9 +621,7 @@ void ScummEngine::readIndexFile() { break; case MKID('AARY'): - debug(3, "Going to call readArrayFromIndexFile (pos = 0x%08x)", _fileHandle.pos()); readArrayFromIndexFile(); - debug(3, "After readArrayFromIndexFile (pos = 0x%08x)", _fileHandle.pos()); break; default: |