diff options
Diffstat (limited to 'apps/plugins/puzzles/src/map.c')
| -rw-r--r-- | apps/plugins/puzzles/src/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/puzzles/src/map.c b/apps/plugins/puzzles/src/map.c index f1af38b..54073ba 100644 --- a/apps/plugins/puzzles/src/map.c +++ b/apps/plugins/puzzles/src/map.c @@ -2779,7 +2779,7 @@ static void draw_square(drawing *dr, game_drawstate *ds, draw_circle(dr, COORD(x) + (xo+1)*TILESIZE/5, COORD(y) + (yo+1)*TILESIZE/5, - TILESIZE/7, COL_0 + c, COL_0 + c); + TILESIZE/4, COL_0 + c, COL_0 + c); } /* |