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