mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
fixed archive key guess.
This commit is contained in:
@@ -160,7 +160,7 @@ namespace GameRes.Formats.FC01
|
|||||||
if (last_offset != actual_offset)
|
if (last_offset != actual_offset)
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
while (++remaining < index.Length)
|
while (remaining++ < index.Length)
|
||||||
key -= (byte)remaining;
|
key -= (byte)remaining;
|
||||||
|
|
||||||
return key;
|
return key;
|
||||||
|
|||||||
Reference in New Issue
Block a user