summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/codebuster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/codebuster.c b/apps/plugins/codebuster.c
index e63c884..2de1ce3 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,
}
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;