FS#10724 - fix alignment issue in Codebuster by Clément Pit--Claudel

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23357 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-10-26 07:21:05 +00:00
parent 03986d4ec7
commit 58c07fbfa8

View file

@ -239,7 +239,7 @@ static void draw_guess(int line, struct mm_line* guess, int cur_guess,
}
static void draw_score(int line, struct mm_line* guess) {
int cur_y = Y_MARGIN + 2 * line_h * line;
int cur_y = (Y_MARGIN + MARGIN) + 2 * line_h * line;
int l_margin = X_MARGIN + true_guess_w + MARGIN;
int tick = 0;