curr_y             29 modules/games/gui_mastermind.c int curr_y;
curr_y             46 modules/games/gui_mastermind.c     int y = FONT_HEIGHT+FONT_HEIGHT/2+(curr_y*cell_size) + cell_size/2 - FONT_WIDTH/2 + 1;
curr_y             82 modules/games/gui_mastermind.c     if (curr_y == 0)
curr_y            144 modules/games/gui_mastermind.c     curr_y = 7;
curr_y            185 modules/games/gui_mastermind.c     choice_box(curr_x, curr_y, MAKE_COLOR(colors[curr_color[curr_x]],border));
curr_y            235 modules/games/gui_mastermind.c                             curr_y--;