From af4c6c5f5b642e6a53596b7a00d57e2060ba0693 Mon Sep 17 00:00:00 2001 From: Benjamin Haisch Date: Tue, 29 Sep 2009 08:18:40 +0000 Subject: Fixed bug #2868938 svn-id: r44459 --- engines/made/resource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/made') diff --git a/engines/made/resource.cpp b/engines/made/resource.cpp index 72aa006c68..cfa4f43f65 100644 --- a/engines/made/resource.cpp +++ b/engines/made/resource.cpp @@ -495,8 +495,8 @@ void ResourceReader::loadIndex(ResourceSlots *slots) { _fd->readUint32LE(); // skip index size _fd->readUint32LE(); // skip unknown _fd->readUint32LE(); // skip res type - uint16 count = _fd->readUint16LE(); _fd->readUint16LE(); // skip unknown count + uint16 count = _fd->readUint16LE(); _fd->readUint16LE(); // skip unknown count for (uint16 i = 0; i < count; i++) { uint32 offs = _fd->readUint32LE(); -- cgit v1.2.3