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.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index e96010ec02..2d163d8bc9 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -2414,8 +2414,11 @@ static int bubbles_handlebuttons(struct game_context* bb, bool animblock,
2414 return BB_NONE; 2414 return BB_NONE;
2415} 2415}
2416 2416
2417static int bubbles_menu_cb(int action, const struct menu_item_ex *this_item) 2417static int bubbles_menu_cb(int action,
2418 const struct menu_item_ex *this_item,
2419 struct gui_synclist *this_list)
2418{ 2420{
2421 (void)this_list;
2419 int i = ((intptr_t)this_item); 2422 int i = ((intptr_t)this_item);
2420 if(action == ACTION_REQUEST_MENUITEM 2423 if(action == ACTION_REQUEST_MENUITEM
2421 && !resume && (i==0)) 2424 && !resume && (i==0))