clear chat hsitory at gamestart

This commit is contained in:
Chris Forbes
2010-04-16 21:25:51 +12:00
parent 2fb0467e5f
commit b6dbc8d6c4

View File

@@ -47,6 +47,7 @@ namespace OpenRA
{
typing = "";
isChatting = false;
recentLines.Clear();
}
public void TypeChar(char c)