diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/macresman.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/macresman.cpp b/common/macresman.cpp index f9a49cfe04..d2fe3063c6 100644 --- a/common/macresman.cpp +++ b/common/macresman.cpp @@ -241,8 +241,8 @@ bool MacResManager::loadFromAppleDouble(SeekableReadStream &stream) { uint32 offset = stream.readUint32BE(); uint32 length = stream.readUint32BE(); // length - if (id == 1) { - // Found the data fork! + if (id == 2) { + // Found the resource fork! _resForkOffset = offset; _mode = kResForkAppleDouble; _resForkSize = length; |