mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(Circus): archive entry name length variation.
This commit is contained in:
parent
2aa471bc5f
commit
69133943c9
@ -50,7 +50,9 @@ namespace GameRes.Formats.Circus
|
||||
int count = file.View.ReadInt32 (0);
|
||||
if (count <= 1 || count > 0xfffff)
|
||||
return null;
|
||||
var dir = ReadIndex (file, count, 0x30);
|
||||
var dir = ReadIndex (file, count, 0x24);
|
||||
if (null == dir)
|
||||
dir = ReadIndex (file, count, 0x30);
|
||||
if (null == dir)
|
||||
dir = ReadIndex (file, count, 0x3C);
|
||||
if (null == dir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user