diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2006-11-16 03:12:27 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2006-11-16 03:12:27 +0000 |
| commit | ef35bb9d475ca46b9d2efbba31a5a7a3f18d044a (patch) | |
| tree | c35a439917060b2de273c1eb944dffdcc524e80d /apps/plugins/bubbles.c | |
| parent | 9ddcab8eb00e6553b6e78ebd01419c939666f10e (diff) | |
| download | rockbox-ef35bb9d475ca46b9d2efbba31a5a7a3f18d044a.zip rockbox-ef35bb9d475ca46b9d2efbba31a5a7a3f18d044a.tar.gz rockbox-ef35bb9d475ca46b9d2efbba31a5a7a3f18d044a.tar.bz2 rockbox-ef35bb9d475ca46b9d2efbba31a5a7a3f18d044a.tar.xz | |
fix builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11537 a1c6a512-1295-4272-9138-f99709370657
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; |