mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(PacOpener.TryOpen): set IsPacked property.
This commit is contained in:
@@ -100,6 +100,7 @@ namespace GameRes.Formats.NeXAS
|
|||||||
};
|
};
|
||||||
if (!entry.CheckPlacement (file.MaxOffset))
|
if (!entry.CheckPlacement (file.MaxOffset))
|
||||||
return null;
|
return null;
|
||||||
|
entry.IsPacked = pack_type != 0 && entry.UnpackedSize != entry.Size;
|
||||||
dir.Add (entry);
|
dir.Add (entry);
|
||||||
offset += 0x4c;
|
offset += 0x4c;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user