mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +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))
|
||||
return null;
|
||||
entry.IsPacked = pack_type != 0 && entry.UnpackedSize != entry.Size;
|
||||
dir.Add (entry);
|
||||
offset += 0x4c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user