aboutsummaryrefslogtreecommitdiff
path: root/palisade.c
diff options
context:
space:
mode:
Diffstat (limited to 'palisade.c')
-rw-r--r--palisade.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/palisade.c b/palisade.c
index 317fb7b..a82a8c1 100644
--- a/palisade.c
+++ b/palisade.c
@@ -1174,7 +1174,6 @@ static void game_redraw(drawing *dr, game_drawstate *ds,
if (!ds->grid) {
char buf[40];
int bgw = (w+1) * ds->tilesize, bgh = (h+1) * ds->tilesize;
- draw_rect(dr, 0, 0, bgw, bgh, COL_BACKGROUND);
for (r = 0; r <= h; ++r)
for (c = 0; c <= w; ++c)