working on letting _any_ actor be a production-queue. (chrome still needs work)
This commit is contained in:
@@ -53,6 +53,7 @@ namespace OpenRa.Game
|
||||
|
||||
public void AddLine(Color c, string from, string text)
|
||||
{
|
||||
Log.Write( "Chat: {0}: {1}", from, text );
|
||||
recentLines.Add(Tuple.New(c, from, text));
|
||||
Sound.Play("rabeep1.aud");
|
||||
while (recentLines.Count > logLength) recentLines.RemoveAt(0);
|
||||
|
||||
Reference in New Issue
Block a user