mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(NEKOPACK): force *.alp files untyped.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user