Index: apps/plugins/codebuster.c =================================================================== --- apps/plugins/codebuster.c (révision 23355) +++ apps/plugins/codebuster.c (copie de travail) @@ -239,7 +239,7 @@ } 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;