diff options
Diffstat (limited to 'apps/plugins/bubbles.c')
| -rwxr-xr-x | apps/plugins/bubbles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index e5a094e..cb6ba41 100755 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -2490,7 +2490,7 @@ static int bubbles(struct game_context* bb) { rb->lcd_update(); /* handle menu button presses */ - button = pluginlib_getaction(rb,timeout,plugin_contexts,2); + button = pluginlib_getaction(rb,TIMEOUT_BLOCK,plugin_contexts,2); switch(button){ case PLA_START: /* start playing */ bb->level = startlevel; |