summaryrefslogtreecommitdiff
path: root/apps/plugins/jewels.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/jewels.c
parentbbc9aebae3ec6e900abdf257a0b377a0f5b45911 (diff)
downloadrockbox-50d3928901069d908238930b880b878f3d760dd4.tar.gz
rockbox-50d3928901069d908238930b880b878f3d760dd4.zip
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/jewels.c')
-rw-r--r--apps/plugins/jewels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/jewels.c b/apps/plugins/jewels.c
index 8696328c78..0393a502f0 100644
--- a/apps/plugins/jewels.c
+++ b/apps/plugins/jewels.c
@@ -1344,7 +1344,7 @@ static int jewels_game_menu(struct game_context* bj, bool ingame)
1344 return 1; 1344 return 1;
1345 break; 1345 break;
1346 case 4: 1346 case 4:
1347 highscore_show(NUM_SCORES, highest, NUM_SCORES); 1347 highscore_show(NUM_SCORES, highest, NUM_SCORES, true);
1348 break; 1348 break;
1349 case 5: 1349 case 5:
1350 playback_control(NULL); 1350 playback_control(NULL);
@@ -1514,7 +1514,7 @@ static int jewels_main(struct game_context* bj) {
1514 if (position == 0) 1514 if (position == 0)
1515 rb->splash(HZ*2, "New High Score"); 1515 rb->splash(HZ*2, "New High Score");
1516 if (position != -1) 1516 if (position != -1)
1517 highscore_show(position, highest, NUM_SCORES); 1517 highscore_show(position, highest, NUM_SCORES, true);
1518 break; 1518 break;
1519 case GAME_TYPE_PUZZLE: 1519 case GAME_TYPE_PUZZLE:
1520 rb->splash(2*HZ, "Game Over"); 1520 rb->splash(2*HZ, "Game Over");