summaryrefslogtreecommitdiff
path: root/apps/plugins/wormlet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wormlet.c')
-rw-r--r--apps/plugins/wormlet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 6a4a5d28f8..1da772dbbc 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -83,8 +83,6 @@ PLUGIN_HEADER
83#define BTN_QUIT (BUTTON_SELECT|BUTTON_MENU) 83#define BTN_QUIT (BUTTON_SELECT|BUTTON_MENU)
84#define BTN_STOPRESET (BUTTON_SELECT|BUTTON_PLAY) 84#define BTN_STOPRESET (BUTTON_SELECT|BUTTON_PLAY)
85 85
86#define BTN_RC_QUIT BUTTON_RC_STOP
87
88#define PLAYERS_TEXT "Menu/Play" 86#define PLAYERS_TEXT "Menu/Play"
89#define WORMS_TEXT "Left/Right" 87#define WORMS_TEXT "Left/Right"
90 88
@@ -98,6 +96,8 @@ PLUGIN_HEADER
98#define BTN_QUIT BUTTON_OFF 96#define BTN_QUIT BUTTON_OFF
99#define BTN_STOPRESET BUTTON_ON 97#define BTN_STOPRESET BUTTON_ON
100 98
99#define BTN_RC_QUIT BUTTON_RC_STOP
100
101#define PLAYERS_TEXT "Up/Down" 101#define PLAYERS_TEXT "Up/Down"
102#define WORMS_TEXT "Left/Right" 102#define WORMS_TEXT "Left/Right"
103 103