summaryrefslogtreecommitdiff
path: root/apps/plugins/bubbles.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bubbles.c')
-rw-r--r--apps/plugins/bubbles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index d9f76f7f72..1c4bbca788 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -1435,7 +1435,7 @@ static void bubbles_drawboard(struct game_context* bb) {
1435 1435
1436 /* clear screen */ 1436 /* clear screen */
1437 rb->lcd_clear_display(); 1437 rb->lcd_clear_display();
1438 int font = rb->screens[SCREEN_MAIN]->getfont(); 1438 int font = rb->screens[SCREEN_MAIN]->getuifont();
1439 h = rb->font_get(font)->height + 1; 1439 h = rb->font_get(font)->height + 1;
1440 /* draw background */ 1440 /* draw background */
1441#ifdef HAVE_LCD_COLOR 1441#ifdef HAVE_LCD_COLOR