good to actually *add* the data chunks to the list.
git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1077 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
@@ -69,6 +69,8 @@ namespace MapViewer
|
||||
byte[] src = reader.ReadBytes((int)length);
|
||||
|
||||
int actualLength = Format80.DecodeInto(new MemoryStream(src), dest);
|
||||
|
||||
chunks.Add(dest);
|
||||
Console.WriteLine("Chunk length: {0}", actualLength);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user