This commit is contained in:
Paul Chote
2010-05-23 22:39:43 +12:00
parent 9837b4ce32
commit 35ca5f80b2
9 changed files with 21 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ namespace OpenRA.FileFormats
public readonly string Palette;
public readonly string Race;
public readonly bool OwnsWorld = false;
public readonly bool isSpecial = false;
public readonly bool IsSpecial = false;
public PlayerReference(MiniYaml my)
{