From 50d3928901069d908238930b880b878f3d760dd4 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Mon, 3 Aug 2009 01:07:58 +0000 Subject: 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 --- apps/plugins/brickmania.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/brickmania.c') diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 916cb01536..e2273c7c87 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -898,7 +898,7 @@ static int brickmania_menu(void) return 1; break; case 4: - highscore_show(NUM_SCORES, highest, NUM_SCORES); + highscore_show(NUM_SCORES, highest, NUM_SCORES, true); break; case 5: if (playback_control(NULL)) @@ -1710,7 +1710,7 @@ enum plugin_status plugin_start(const void* parameter) rb->splash(HZ*2, "New High Score"); } if (position != -1) { - highscore_show(position, highest, NUM_SCORES); + highscore_show(position, highest, NUM_SCORES, true); } else { brickmania_sleep(3); } -- cgit v1.2.3