mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +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 MemoryStream (decoder.Output);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return new ArcView.ArcStream (input);
|
return new ArcView.ArcStream (input, entry_offset, entry.Size);
|
||||||
}
|
}
|
||||||
catch (Exception X)
|
catch (Exception X)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user