mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(DatOpener.OpenEntry): ArcViewStream now buffered.
This commit is contained in:
parent
18529d0b83
commit
72f0c66aab
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user