aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2006-01-16 00:36:42 +0000
committerTravis Howell2006-01-16 00:36:42 +0000
commit77e213ff7c47e9c7d289d81467994e0cf8e69e13 (patch)
tree75fb688d2398191d5a1c0b9610d6bd06e73d27c0 /scumm
parent7b90741443b6fd10827d4aa36aa17047b61e6a5e (diff)
downloadscummvm-rg350-77e213ff7c47e9c7d289d81467994e0cf8e69e13.tar.gz
scummvm-rg350-77e213ff7c47e9c7d289d81467994e0cf8e69e13.tar.bz2
scummvm-rg350-77e213ff7c47e9c7d289d81467994e0cf8e69e13.zip
Index block doesn't exist.
svn-id: r20047
Diffstat (limited to 'scumm')
-rw-r--r--scumm/resource.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index 82cb649bfa..4490dbc9b0 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -561,11 +561,6 @@ void ScummEngine::readIndexBlock(uint32 blocktype, uint32 itemsize) {
readArrayFromIndexFile();
break;
- case MKID('LECF'):
- _fileHandle->seek(itemsize - 8, SEEK_CUR);
- debug(2, "LECF index block not yet handled, skipping");
- break;
-
default:
error("Bad ID %04X('%s') found in index file directory!", blocktype,
tag2str(blocktype));