From 5291d09aaac97b711de423453f339aac04514998 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 2 Aug 2009 21:38:03 +0000 Subject: Fix red - overlooked renaming in 1 place. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22122 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bubbles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/bubbles.c') 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) { rb->lcd_getstringsize(next, &w1, NULL); #ifndef NEXT_BB_X - rb->lcd_putsxy(XOFS/2-w/2, SHOTY-h, next); + rb->lcd_putsxy(XOFS/2-w1/2, SHOTY-h, next); #else rb->lcd_putsxy(NEXT_BB_X+(NEXT_BB_WIDTH/2-w1/2), NEXT_BB_Y, next); #endif -- cgit v1.2.3