(ArcOpener.OpenEntry): specify ArcStream offset/size explicitly.

This commit is contained in:
morkt 2016-02-10 07:17:43 +04:00
parent 18fa93c7c4
commit 64cdb4d944

View File

@ -86,7 +86,7 @@ namespace GameRes.Formats.BGI
return new MemoryStream (decoder.Output);
}
}
return new ArcView.ArcStream (input);
return new ArcView.ArcStream (input, entry_offset, entry.Size);
}
catch (Exception X)
{