diff options
author | smatz <smatz@openttd.org> | 2008-09-09 17:42:31 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-09-09 17:42:31 +0000 |
commit | 0757669c49ef0f22d4938cd9c3eef0b4c8e2e2e7 (patch) | |
tree | 91a8570340815c22f3fca7e14dccfeece49b4bfa /src | |
parent | e5081f587aa968bae365088a880016a839f3ab62 (diff) | |
download | openttd-0757669c49ef0f22d4938cd9c3eef0b4c8e2e2e7.tar.xz |
(svn r14283) -Fix [FS#2281](r14175): beep only after clicking on the main toolbar, not after finishing the selection
Diffstat (limited to 'src')
-rw-r--r-- | src/toolbar_gui.cpp | 1 |
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) |