Remove duplicated mouse_click plays on key press macros
parent
9696e39099
commit
f711722e5b
|
@ -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