lots more fixes; still doesnt work

This commit is contained in:
Chris Forbes
2010-03-17 20:28:46 +13:00
parent f6b4f70cd7
commit 16f9f5ce89
6 changed files with 11 additions and 12 deletions

View File

@@ -60,9 +60,9 @@ namespace OpenRA
typing += c;
}
public void AddLine(Player p, string text)
public void AddLine(Session.Client p, string text)
{
AddLine(p.Color, p.PlayerName, text);
AddLine(Player.PlayerColors[p.PaletteIndex].c, p.Name, text);
}
public void AddLine(Color c, string from, string text)