Fix some stupid bugs; remove hardcoded references to water/ore/tree terraintypes

This commit is contained in:
Paul Chote
2010-06-26 12:02:30 +12:00
parent bf6b2da1a8
commit 08ee425415
13 changed files with 39 additions and 33 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenRA.Traits
public readonly int ValuePerUnit = 0;
public readonly string Name = null;
public readonly string TerrainType = null;
public readonly string TerrainType = "Ore";
public Sprite[][] Sprites;