Squelch almost all compile errors

This commit is contained in:
alzeih
2010-05-14 01:00:28 +12:00
parent 798c4cb2d3
commit 43ad339ffe
8 changed files with 19 additions and 18 deletions

View File

@@ -157,8 +157,9 @@ namespace OpenRA.FileFormats
{
using (var dataStream = Package.GetContent("map.bin"))
{
//byte version =
ReadByte(dataStream);
// Load header info
byte version = ReadByte(dataStream);
var width = ReadWord(dataStream);
var height = ReadWord(dataStream);