diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/codebuster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/codebuster.c b/apps/plugins/codebuster.c index e63c884a74..2de1ce3b4d 100644 --- a/apps/plugins/codebuster.c +++ b/apps/plugins/codebuster.c | |||
@@ -239,7 +239,7 @@ static void draw_guess(int line, struct mm_line* guess, int cur_guess, | |||
239 | } | 239 | } |
240 | 240 | ||
241 | static void draw_score(int line, struct mm_line* guess) { | 241 | static void draw_score(int line, struct mm_line* guess) { |
242 | int cur_y = Y_MARGIN + 2 * line_h * line; | 242 | int cur_y = (Y_MARGIN + MARGIN) + 2 * line_h * line; |
243 | int l_margin = X_MARGIN + true_guess_w + MARGIN; | 243 | int l_margin = X_MARGIN + true_guess_w + MARGIN; |
244 | 244 | ||
245 | int tick = 0; | 245 | int tick = 0; |