Fix some initial nits

This commit is contained in:
Paul Chote
2010-07-14 23:29:05 +12:00
parent fbf94f9f43
commit d01b3a25c4
7 changed files with 26 additions and 265 deletions

View File

@@ -103,7 +103,7 @@ namespace OpenRA.Widgets.Delegates
};
Game.LobbyInfoChanged += UpdatePlayerList;
Game.AddChatLine += (c, n, s) => lobby.GetWidget<ChatDisplayWidget>("CHAT_DISPLAY").AddLine(c, n, s);
Game.AddChatLine += lobby.GetWidget<ChatDisplayWidget>("CHAT_DISPLAY").AddLine;
bool teamChat = false;
var chatLabel = lobby.GetWidget<LabelWidget>("LABEL_CHATTYPE");