diff --git a/OpenRA.Mods.RA/Widgets/BuildPaletteWidget.cs b/OpenRA.Mods.RA/Widgets/BuildPaletteWidget.cs index 02de9e4984..998c5c9226 100755 --- a/OpenRA.Mods.RA/Widgets/BuildPaletteWidget.cs +++ b/OpenRA.Mods.RA/Widgets/BuildPaletteWidget.cs @@ -515,6 +515,7 @@ namespace OpenRA.Mods.RA.Widgets // NOTE: Always return true here to prevent mouse events from passing through the sidebar and interacting with the world behind it. bool ChangeTab(bool reverse) { + Sound.PlayNotification(null, "Sounds", "TabClick", null); var queues = VisibleQueues.Concat(VisibleQueues); if (reverse) queues = queues.Reverse();