summaryrefslogtreecommitdiff
path: root/apps/plugins/blackjack.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/blackjack.c')
-rw-r--r--apps/plugins/blackjack.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/plugins/blackjack.c b/apps/plugins/blackjack.c
index 775fc8c834..0f81d11385 100644
--- a/apps/plugins/blackjack.c
+++ b/apps/plugins/blackjack.c
@@ -5,9 +5,9 @@
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id: blackjack.c,v 1.6 2006/11/21 20:528:13 midgey34 Exp $ 8 * $Id: $
9 * 9 *
10 * Copyright (C) 2006 Tom Ross (midgey34@gmail.com) 10 * Copyright (C) 2006 Tom Ross
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -1399,6 +1399,10 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) {
1399 1399
1400 (void)parameter; 1400 (void)parameter;
1401 rb = api; 1401 rb = api;
1402
1403#if LCD_DEPTH > 1
1404 rb->lcd_set_backdrop(NULL);
1405#endif
1402 1406
1403 /* load high scores */ 1407 /* load high scores */
1404 blackjack_loadscores(&bj); 1408 blackjack_loadscores(&bj);