Fix most of the player color regressions

This commit is contained in:
Paul Chote
2010-02-04 23:54:16 +13:00
parent 6c99b33364
commit 2a7f52edc7
7 changed files with 69 additions and 47 deletions

View File

@@ -20,7 +20,7 @@ namespace OpenRa.FileFormats
public class Client
{
public int Index;
public string Palette;
public int PaletteIndex;
public int Race;
// public int SpawnPoint;
public string Name;