summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bubbles.c')
-rwxr-xr-xapps/plugins/bubbles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index e5a094e053..cb6ba41b29 100755
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -2490,7 +2490,7 @@ static int bubbles(struct game_context* bb) {
2490 rb->lcd_update(); 2490 rb->lcd_update();
2491 2491
2492 /* handle menu button presses */ 2492 /* handle menu button presses */
2493 button = pluginlib_getaction(rb,timeout,plugin_contexts,2); 2493 button = pluginlib_getaction(rb,TIMEOUT_BLOCK,plugin_contexts,2);
2494 switch(button){ 2494 switch(button){
2495 case PLA_START: /* start playing */ 2495 case PLA_START: /* start playing */
2496 bb->level = startlevel; 2496 bb->level = startlevel;