From 64cdb4d94497d00424e8b5e4e3f201d9b7886238 Mon Sep 17 00:00:00 2001 From: morkt Date: Wed, 10 Feb 2016 07:17:43 +0400 Subject: [PATCH] (ArcOpener.OpenEntry): specify ArcStream offset/size explicitly. --- ArcFormats/Ethornell/ArcBGI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/Ethornell/ArcBGI.cs b/ArcFormats/Ethornell/ArcBGI.cs index 6875e70a..1b53219b 100644 --- a/ArcFormats/Ethornell/ArcBGI.cs +++ b/ArcFormats/Ethornell/ArcBGI.cs @@ -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) {