diff options
| author | Travis Howell | 2006-01-16 00:36:42 +0000 | 
|---|---|---|
| committer | Travis Howell | 2006-01-16 00:36:42 +0000 | 
| commit | 77e213ff7c47e9c7d289d81467994e0cf8e69e13 (patch) | |
| tree | 75fb688d2398191d5a1c0b9610d6bd06e73d27c0 | |
| parent | 7b90741443b6fd10827d4aa36aa17047b61e6a5e (diff) | |
| download | scummvm-rg350-77e213ff7c47e9c7d289d81467994e0cf8e69e13.tar.gz scummvm-rg350-77e213ff7c47e9c7d289d81467994e0cf8e69e13.tar.bz2 scummvm-rg350-77e213ff7c47e9c7d289d81467994e0cf8e69e13.zip | |
Index block doesn't exist.
svn-id: r20047
| -rw-r--r-- | scumm/resource.cpp | 5 | 
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)); | 
