remove spam on loading RA MIX headers; add some more bits to RALint

This commit is contained in:
Chris Forbes
2010-07-01 18:31:13 +12:00
parent c310713cd5
commit 2d9e5c6fcd
6 changed files with 15 additions and 7 deletions

View File

@@ -80,8 +80,6 @@ namespace OpenRA.FileFormats
ushort numFiles = reader2.ReadUInt16();
uint datasize = reader2.ReadUInt32();
Console.WriteLine("{0} files, {1} kb", numFiles, datasize >> 10);
s.Position = headerStart;
reader = new BinaryReader(s);