Fix red - overlooked renaming in 1 place.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22122 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d66bf05ad2
commit
5291d09aaa
1 changed files with 1 additions and 1 deletions
|
@ -1540,7 +1540,7 @@ static void bubbles_drawboard(struct game_context* bb) {
|
||||||
|
|
||||||
rb->lcd_getstringsize(next, &w1, NULL);
|
rb->lcd_getstringsize(next, &w1, NULL);
|
||||||
#ifndef NEXT_BB_X
|
#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
|
#else
|
||||||
rb->lcd_putsxy(NEXT_BB_X+(NEXT_BB_WIDTH/2-w1/2), NEXT_BB_Y, next);
|
rb->lcd_putsxy(NEXT_BB_X+(NEXT_BB_WIDTH/2-w1/2), NEXT_BB_Y, next);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue