removed all the sound junk from Game; removed spurious loose files
This commit is contained in:
@@ -54,7 +54,7 @@ namespace OpenRa.Game
|
||||
public void AddLine(Color c, string from, string text)
|
||||
{
|
||||
recentLines.Add(Tuple.New(c, from, text));
|
||||
Game.PlaySound("rabeep1.aud", false);
|
||||
Sound.Play("rabeep1.aud");
|
||||
while (recentLines.Count > logLength) recentLines.RemoveAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user