aboutsummaryrefslogtreecommitdiff
path: root/lightup.c
diff options
context:
space:
mode:
Diffstat (limited to 'lightup.c')
-rw-r--r--lightup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lightup.c b/lightup.c
index ab4be9e..bd1dc68 100644
--- a/lightup.c
+++ b/lightup.c
@@ -2176,10 +2176,6 @@ static void game_redraw(drawing *dr, game_drawstate *ds,
if (flashtime) flashing = (int)(flashtime * 3 / FLASH_TIME) != 1;
if (!ds->started) {
- draw_rect(dr, 0, 0,
- TILE_SIZE * ds->w + 2 * BORDER,
- TILE_SIZE * ds->h + 2 * BORDER, COL_BACKGROUND);
-
draw_rect_outline(dr, COORD(0)-1, COORD(0)-1,
TILE_SIZE * ds->w + 2,
TILE_SIZE * ds->h + 2,