(Carriere): unused variable.

This commit is contained in:
morkt 2018-07-06 15:06:55 +04:00
parent 1db58f296c
commit 270ecd72a9

View File

@ -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);