(FA2): misc.

This commit is contained in:
morkt 2017-11-20 23:59:28 +04:00
parent e3eba7e0f6
commit 91a1ea7705

View File

@ -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;