mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-12 12:59:28 +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;
|
entry.Size = file.View.ReadUInt32 (index_offset+4) ^ (uint)key;
|
||||||
if (!entry.CheckPlacement (file.MaxOffset))
|
if (!entry.CheckPlacement (file.MaxOffset))
|
||||||
return null;
|
return null;
|
||||||
|
if (name.EndsWith (".alp", StringComparison.InvariantCultureIgnoreCase))
|
||||||
|
entry.Type = "";
|
||||||
dir.Add (entry);
|
dir.Add (entry);
|
||||||
index_offset += 8;
|
index_offset += 8;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user