From 8b7a27d189f2268dc8d554a373a06738760c3404 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 25 Mar 2007 14:42:14 +0000 Subject: [PATCH] fix red git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12908 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/xobox.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c index a2a8d4e50f..42ed25eb38 100644 --- a/apps/plugins/xobox.c +++ b/apps/plugins/xobox.c @@ -718,8 +718,10 @@ static int game_menu (void) { MENUITEM_STRINGLIST(menu, "XOBOX Menu", NULL, "Start New Game", "Quit"); int selection = 0; +#ifdef HAVE_LCD_COLOR rb->lcd_set_foreground (rb->global_settings->fg_color); rb->lcd_set_background (rb->global_settings->bg_color); +#endif selection = rb->do_menu(&menu, NULL); if (selection < 0) {