mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
fixed archive key guess.
This commit is contained in:
parent
557aff8fe4
commit
d283ea800f
@ -160,7 +160,7 @@ namespace GameRes.Formats.FC01
|
||||
if (last_offset != actual_offset)
|
||||
return null;
|
||||
|
||||
while (++remaining < index.Length)
|
||||
while (remaining++ < index.Length)
|
||||
key -= (byte)remaining;
|
||||
|
||||
return key;
|
||||
|
Loading…
x
Reference in New Issue
Block a user