mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(DatOpener.OpenEntry): ArcViewStream now buffered.
This commit is contained in:
@@ -258,7 +258,6 @@ namespace GameRes.Formats.Cyberworks
|
|||||||
var pent = entry as PackedEntry;
|
var pent = entry as PackedEntry;
|
||||||
if (null != pent && pent.IsPacked)
|
if (null != pent && pent.IsPacked)
|
||||||
{
|
{
|
||||||
input = new BufferedStream (input);
|
|
||||||
input = new LzssStream (input);
|
input = new LzssStream (input);
|
||||||
}
|
}
|
||||||
return input;
|
return input;
|
||||||
|
|||||||
Reference in New Issue
Block a user