summaryrefslogtreecommitdiff
path: root/apps/plugins/blackjack.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/blackjack.c')
-rw-r--r--apps/plugins/blackjack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/blackjack.c b/apps/plugins/blackjack.c
index 7d69e8f602..e6a9fbd8cd 100644
--- a/apps/plugins/blackjack.c
+++ b/apps/plugins/blackjack.c
@@ -261,7 +261,7 @@ PLUGIN_HEADER
261#error No keymap defined! 261#error No keymap defined!
262#endif 262#endif
263 263
264#ifdef HAVE_TOUCHPAD 264#ifdef HAVE_TOUCHSCREEN
265#ifndef BJACK_START 265#ifndef BJACK_START
266#define BJACK_START BUTTON_CENTER 266#define BJACK_START BUTTON_CENTER
267#endif 267#endif
@@ -1238,7 +1238,7 @@ static unsigned int blackjack_menu(struct game_context* bj) {
1238 rb->lcd_puts(0, 10, str); 1238 rb->lcd_puts(0, 10, str);
1239#endif 1239#endif
1240 1240
1241#ifdef HAVE_TOUCHPAD 1241#ifdef HAVE_TOUCHSCREEN
1242 rb->lcd_puts(0, 2, "LCD CENTRE to start & to hit"); 1242 rb->lcd_puts(0, 2, "LCD CENTRE to start & to hit");
1243 rb->lcd_puts(0, 3, "LCD BOTTOMLEFT to stay"); 1243 rb->lcd_puts(0, 3, "LCD BOTTOMLEFT to stay");
1244 rb->lcd_puts(0, 4, "LCD BOTTOMRIGHT to save/resume"); 1244 rb->lcd_puts(0, 4, "LCD BOTTOMRIGHT to save/resume");