mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
(NEKOPACK): force *.alp files untyped.
This commit is contained in:
parent
262ffcdd2a
commit
bbc77ecbaf
@ -87,6 +87,8 @@ namespace GameRes.Formats.NekoSDK
|
||||
entry.Size = file.View.ReadUInt32 (index_offset+4) ^ (uint)key;
|
||||
if (!entry.CheckPlacement (file.MaxOffset))
|
||||
return null;
|
||||
if (name.EndsWith (".alp", StringComparison.InvariantCultureIgnoreCase))
|
||||
entry.Type = "";
|
||||
dir.Add (entry);
|
||||
index_offset += 8;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user