mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
IBinaryStream migration.
This commit is contained in:
@@ -182,7 +182,7 @@ namespace GameRes.Formats.Lucifen
|
||||
if (count != 0)
|
||||
DecryptEntry (data, count, larc.Info.Key, larc.Scheme.RotatePattern);
|
||||
}
|
||||
input = new MemoryStream (data);
|
||||
input = new BinMemoryStream (data, entry.Name);
|
||||
if (null != larc.Info.Prefix)
|
||||
return new PrefixStream (larc.Info.Prefix, input);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user