mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 23:43:34 +00:00
DIRECTOR: Fix dumping Mac resources
This commit is contained in:
parent
d2bb22becd
commit
acac0a5f27
@ -307,6 +307,8 @@ void MacArchive::readTags() {
|
||||
|
||||
res.offset = res.size = 0; // unused
|
||||
res.name = _resFork->getResName(tagArray[i], idArray[j]);
|
||||
res.tag = tagArray[i];
|
||||
res.index = idArray[j];
|
||||
debug(3, "Found MacArchive resource '%s' %d: %s", tag2str(tagArray[i]), idArray[j], res.name.c_str());
|
||||
if (ConfMan.getBool("dump_scripts"))
|
||||
dumpChunk(res, out);
|
||||
|
Loading…
x
Reference in New Issue
Block a user