aboutsummaryrefslogtreecommitdiff
path: root/singles.c
diff options
context:
space:
mode:
Diffstat (limited to 'singles.c')
-rw-r--r--singles.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/singles.c b/singles.c
index 202ce08..2440513 100644
--- a/singles.c
+++ b/singles.c
@@ -1708,7 +1708,6 @@ static void game_redraw(drawing *dr, game_drawstate *ds,
if (!ds->started) {
int wsz = TILE_SIZE * state->w + 2 * BORDER;
int hsz = TILE_SIZE * state->h + 2 * BORDER;
- draw_rect(dr, 0, 0, wsz, hsz, COL_BACKGROUND);
draw_rect_outline(dr, COORD(0)-1, COORD(0)-1,
TILE_SIZE * state->w + 2, TILE_SIZE * state->h + 2,
COL_GRID);