remove unused map overrides

This commit is contained in:
Bob
2010-08-27 15:24:37 +12:00
committed by Chris Forbes
parent 8dcd1e8fd1
commit baacfc96bb
2 changed files with 4 additions and 8 deletions

View File

@@ -40,11 +40,7 @@ namespace OpenRA
// Rules overrides
public List<MiniYamlNode> Rules = new List<MiniYamlNode>();
public List<MiniYamlNode> Weapons = new List<MiniYamlNode>();
public List<MiniYamlNode> Voices = new List<MiniYamlNode>();
public List<MiniYamlNode> Music = new List<MiniYamlNode>();
public List<MiniYamlNode> Terrain = new List<MiniYamlNode>();
// Binary map data
public byte TileFormat = 1;
public int2 MapSize;