forked from len0rd/rockbox
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:
parent
03986d4ec7
commit
58c07fbfa8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue