Remove duplicated mouse_click plays on key press macros
parent
9696e39099
commit
f711722e5b
|
@ -153,8 +153,7 @@
|
||||||
ON_MENU_KEY_K_APAD_RIGHT
|
ON_MENU_KEY_K_APAD_RIGHT
|
||||||
|
|
||||||
#define ON_MENU_KEY_K_F1 \
|
#define ON_MENU_KEY_K_F1 \
|
||||||
open "popup_summary"; \
|
open "popup_summary";
|
||||||
play CHOICE_CLICK_SOUND;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
menuDef
|
menuDef
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
close self;
|
close self;
|
||||||
|
|
||||||
#define ON_MENU_KEY_F5 \
|
#define ON_MENU_KEY_F5 \
|
||||||
play CHOICE_CLICK_SOUND; \
|
|
||||||
uiScript "RefreshServers";
|
uiScript "RefreshServers";
|
||||||
|
|
||||||
#define ON_MENU_KEY_ENTER \
|
#define ON_MENU_KEY_ENTER \
|
||||||
|
|
Loading…
Reference in New Issue