1
0
Fork 0
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:
Jonathan Gordon 2006-11-16 03:12:27 +00:00
parent 9ddcab8eb0
commit ef35bb9d47
2 changed files with 2 additions and 2 deletions

View file

@ -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;