summaryrefslogtreecommitdiff
path: root/apps/plugins/jackpot.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/jackpot.c')
-rw-r--r--apps/plugins/jackpot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jackpot.c b/apps/plugins/jackpot.c
index e392c3b35a..d35e35a8c0 100644
--- a/apps/plugins/jackpot.c
+++ b/apps/plugins/jackpot.c
@@ -125,7 +125,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
125 rb->lcd_puts_scroll(0,1,"PLAY to begin"); 125 rb->lcd_puts_scroll(0,1,"PLAY to begin");
126 126
127 /*Empty the event queue*/ 127 /*Empty the event queue*/
128 while (rb->button_get(false)!=BUTTON_NONE); 128 rb->button_clear_queue();
129 129
130 /* Define the start pattern */ 130 /* Define the start pattern */
131 s[0]=(rb->rand()%9)*7; 131 s[0]=(rb->rand()%9)*7;