aboutsummaryrefslogtreecommitdiff
path: root/flood.c
diff options
context:
space:
mode:
Diffstat (limited to 'flood.c')
-rw-r--r--flood.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/flood.c b/flood.c
index ea43302..3d7eaa2 100644
--- a/flood.c
+++ b/flood.c
@@ -1128,13 +1128,6 @@ static void game_redraw(drawing *dr, game_drawstate *ds,
if (!ds->started) {
int coords[10];
- draw_rect(dr, 0, 0,
- TILESIZE * w + 2 * BORDER,
- TILESIZE * h + 2 * BORDER, COL_BACKGROUND);
- draw_update(dr, 0, 0,
- TILESIZE * w + 2 * BORDER,
- TILESIZE * h + 2 * BORDER);
-
/*
* Recessed area containing the whole puzzle.
*/