summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 2e8aaaac9c..6126fb7fdd 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -1540,7 +1540,7 @@ static void bubbles_drawboard(struct game_context* bb) {
1540 1540
1541 rb->lcd_getstringsize(next, &w1, NULL); 1541 rb->lcd_getstringsize(next, &w1, NULL);
1542#ifndef NEXT_BB_X 1542#ifndef NEXT_BB_X
1543 rb->lcd_putsxy(XOFS/2-w/2, SHOTY-h, next); 1543 rb->lcd_putsxy(XOFS/2-w1/2, SHOTY-h, next);
1544#else 1544#else
1545 rb->lcd_putsxy(NEXT_BB_X+(NEXT_BB_WIDTH/2-w1/2), NEXT_BB_Y, next); 1545 rb->lcd_putsxy(NEXT_BB_X+(NEXT_BB_WIDTH/2-w1/2), NEXT_BB_Y, next);
1546#endif 1546#endif