mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(FA2): misc.
This commit is contained in:
parent
e3eba7e0f6
commit
91a1ea7705
@ -53,7 +53,7 @@ namespace GameRes.Formats.Foster
|
||||
if (is_packed)
|
||||
index = Decompress (input, (uint)count * 0x20);
|
||||
else
|
||||
index = file.View.ReadBytes (index_offset, (uint)(file.MaxOffset - index_offset));
|
||||
index = input.ReadBytes ((int)(file.MaxOffset - index_offset));
|
||||
}
|
||||
|
||||
uint data_offset = 0x10;
|
||||
|
Loading…
Reference in New Issue
Block a user