mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +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;
|
||||
if (null != pent && pent.IsPacked)
|
||||
{
|
||||
input = new BufferedStream (input);
|
||||
input = new LzssStream (input);
|
||||
}
|
||||
return input;
|
||||
|
||||
Reference in New Issue
Block a user