fixes alignment while reading from MIX
git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1098 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
@@ -52,7 +52,6 @@ namespace OpenRa.FileFormats
|
||||
}
|
||||
|
||||
byte[] data = Convert.FromBase64String( sb.ToString() );
|
||||
Console.WriteLine( "Format80 data: {0}", data.Length );
|
||||
|
||||
List<byte[]> chunks = new List<byte[]>();
|
||||
|
||||
@@ -69,7 +68,6 @@ namespace OpenRa.FileFormats
|
||||
int actualLength = Format80.DecodeInto( new MemoryStream( src ), dest );
|
||||
|
||||
chunks.Add( dest );
|
||||
Console.WriteLine( "Chunk length: {0}", actualLength );
|
||||
}
|
||||
}
|
||||
catch( EndOfStreamException ) { }
|
||||
|
||||
Reference in New Issue
Block a user