aboutsummaryrefslogtreecommitdiff
path: root/rect.c
diff options
context:
space:
mode:
Diffstat (limited to 'rect.c')
-rw-r--r--rect.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/rect.c b/rect.c
index 3cb67bd..a262708 100644
--- a/rect.c
+++ b/rect.c
@@ -2793,9 +2793,6 @@ static void game_redraw(drawing *dr, game_drawstate *ds,
}
if (!ds->started) {
- draw_rect(dr, 0, 0,
- state->w * TILE_SIZE + 2*BORDER + 1,
- state->h * TILE_SIZE + 2*BORDER + 1, COL_BACKGROUND);
draw_rect(dr, COORD(0)-1, COORD(0)-1,
ds->w*TILE_SIZE+3, ds->h*TILE_SIZE+3, COL_LINE);
ds->started = true;