Add click sounds to ingame buttons

This commit is contained in:
Paul Chote
2011-07-09 17:56:47 +12:00
parent 195aecec0e
commit 47ba4cb285
5 changed files with 31 additions and 4 deletions

View File

@@ -271,7 +271,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic
chatPanel.AddChild(template);
chatPanel.ScrollToBottom();
Sound.Play("scold2.aud");
Sound.Play("scold1.aud");
}
void UpdateCurrentMap()