diff options
Diffstat (limited to 'apps/plugins/jackpot.c')
| -rw-r--r-- | apps/plugins/jackpot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jackpot.c b/apps/plugins/jackpot.c index e392c3b..d35e35a 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) rb->lcd_puts_scroll(0,1,"PLAY to begin"); /*Empty the event queue*/ - while (rb->button_get(false)!=BUTTON_NONE); + rb->button_clear_queue(); /* Define the start pattern */ s[0]=(rb->rand()%9)*7; |