Player has Country now, not Race

This commit is contained in:
Chris Forbes
2010-02-10 15:19:26 +13:00
parent e4b73b3924
commit ea3b674d9a
9 changed files with 34 additions and 23 deletions

View File

@@ -21,7 +21,7 @@ namespace OpenRa.FileFormats
{
public int Index;
public int PaletteIndex;
public string Race;
public string Country;
public int SpawnPoint;
public string Name;
public ClientState State;