mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(Carriere): unused variable.
This commit is contained in:
parent
1db58f296c
commit
270ecd72a9
@ -133,7 +133,6 @@ namespace GameRes.Formats.Carriere
|
|||||||
{
|
{
|
||||||
input = new XoredStream (input, 0xFF);
|
input = new XoredStream (input, 0xFF);
|
||||||
}
|
}
|
||||||
var output = new byte[unpacked_size];
|
|
||||||
if ((flags & 2) != 0)
|
if ((flags & 2) != 0)
|
||||||
{
|
{
|
||||||
input = new LzssStream (input);
|
input = new LzssStream (input);
|
||||||
|
Loading…
Reference in New Issue
Block a user