aboutsummaryrefslogtreecommitdiff
path: root/undead.c
diff options
context:
space:
mode:
Diffstat (limited to 'undead.c')
-rw-r--r--undead.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/undead.c b/undead.c
index 4dba828..8d29be8 100644
--- a/undead.c
+++ b/undead.c
@@ -2605,8 +2605,6 @@ static void game_redraw(drawing *dr, game_drawstate *ds,
/* Draw static grid components at startup */
if (!ds->started) {
- draw_rect(dr, 0, 0, 2*BORDER+(ds->w+2)*TILESIZE,
- 2*BORDER+(ds->h+3)*TILESIZE, COL_BACKGROUND);
draw_rect(dr, BORDER+TILESIZE-1, BORDER+2*TILESIZE-1,
(ds->w)*TILESIZE +3, (ds->h)*TILESIZE +3, COL_GRID);
for (i=0;i<ds->w;i++)