summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-09-09 17:42:31 +0000
committersmatz <smatz@openttd.org>2008-09-09 17:42:31 +0000
commit572423d06c73e6c63013aed95d7c8d9021b51ea1 (patch)
tree91a8570340815c22f3fca7e14dccfeece49b4bfa
parentad2fa20fe20242e220bb7f8b8e6a8e76599300ff (diff)
downloadopenttd-572423d06c73e6c63013aed95d7c8d9021b51ea1.tar.xz
(svn r14283) -Fix [FS#2281](r14175): beep only after clicking on the main toolbar, not after finishing the selection
-rw-r--r--src/toolbar_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp
index f01ae972e..88b0ea17e 100644
--- a/src/toolbar_gui.cpp
+++ b/src/toolbar_gui.cpp
@@ -1019,7 +1019,6 @@ struct MainToolbarWindow : Window {
virtual void OnDropdownSelect(int widget, int index)
{
_menu_clicked_procs[widget](index);
- SndPlayFx(SND_15_BEEP);
}
virtual EventState OnKeyPress(uint16 key, uint16 keycode)