mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +08:00
(PacOpener.TryOpen): set IsPacked property.
This commit is contained in:
parent
222df44b09
commit
fb60862b58
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user