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:
chrisf
2007-06-26 09:41:07 +00:00
parent 427e671bb2
commit cb7e390ff1

View File

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