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) {