summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bubbles.c')
-rw-r--r--apps/plugins/bubbles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index 354f4fa67c..a5dbf6d42b 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -2284,7 +2284,7 @@ static int bubbles_handlebuttons(struct game_context* bb, bool animblock,
2284 if (timeout < 0) 2284 if (timeout < 0)
2285 timeout = 0; 2285 timeout = 0;
2286 button = pluginlib_getaction(rb,timeout,plugin_contexts,2); 2286 button = pluginlib_getaction(rb,timeout,plugin_contexts,2);
2287#ifdef HAS_BUTTON_HOLD && !defined(HAVE_REMOTE_LCD_AS_MAIN) 2287#if defined(HAS_BUTTON_HOLD) && !defined(HAVE_REMOTE_LCD_AS_MAIN)
2288 /* FIXME: Should probably check remote hold here */ 2288 /* FIXME: Should probably check remote hold here */
2289 if (rb->button_hold()) 2289 if (rb->button_hold())
2290 button = BUBBLES_START; 2290 button = BUBBLES_START;