forked from len0rd/rockbox
fix builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11537 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9ddcab8eb0
commit
ef35bb9d47
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue