summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-08-03 01:07:58 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-08-03 01:07:58 +0000
commit50d3928901069d908238930b880b878f3d760dd4 (patch)
tree81babdb7ab853d60502910e04c16ae29f14a9e73 /apps/plugins/bubbles.c
parentbbc9aebae3ec6e900abdf257a0b377a0f5b45911 (diff)
downloadrockbox-50d3928901069d908238930b880b878f3d760dd4.zip
rockbox-50d3928901069d908238930b880b878f3d760dd4.tar.gz
rockbox-50d3928901069d908238930b880b878f3d760dd4.tar.bz2
rockbox-50d3928901069d908238930b880b878f3d760dd4.tar.xz
Blackjack: Use standard menu and add playback menu, use pluginlib high scores.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22126 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bubbles.c')
-rw-r--r--apps/plugins/bubbles.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index 64ab258..d5d9987 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -2170,7 +2170,7 @@ static void bubbles_recordscore(struct game_context* bb) {
if (position==0)
rb->splash(HZ*2, "New High Score");
if (position != -1)
- highscore_show(position, highscores, NUM_SCORES);
+ highscore_show(position, highscores, NUM_SCORES, true);
}
/*****************************************************************************
@@ -2397,7 +2397,7 @@ static int bubbles(struct game_context* bb) {
startlevel--;
break;
case 3: /* High scores */
- highscore_show(NUM_SCORES, highscores, NUM_SCORES);
+ highscore_show(NUM_SCORES, highscores, NUM_SCORES, true);
break;
case 4: /* Playback Control */
playback_control(NULL);