Merge pull request #19 from Laupetin/fix/small-serverlist-menu-mistakes
Remove duplicated mouse_click plays on key press macrospull/14/head
commit
671a0a181c
|
@ -153,8 +153,7 @@
|
|||
ON_MENU_KEY_K_APAD_RIGHT
|
||||
|
||||
#define ON_MENU_KEY_K_F1 \
|
||||
open "popup_summary"; \
|
||||
play CHOICE_CLICK_SOUND;
|
||||
open "popup_summary";
|
||||
|
||||
{
|
||||
menuDef
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
close self;
|
||||
|
||||
#define ON_MENU_KEY_F5 \
|
||||
play CHOICE_CLICK_SOUND; \
|
||||
uiScript "RefreshServers";
|
||||
|
||||
#define ON_MENU_KEY_ENTER \
|
||||
|
|
Loading…
Reference in New Issue