mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 13:39:09 +08:00
(ArcOpener.OpenEntry): specify ArcStream offset/size explicitly.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user