aboutsummaryrefslogtreecommitdiff
path: root/galaxies.c
diff options
context:
space:
mode:
Diffstat (limited to 'galaxies.c')
-rw-r--r--galaxies.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/galaxies.c b/galaxies.c
index 9172b90..4c9b8b5 100644
--- a/galaxies.c
+++ b/galaxies.c
@@ -3285,7 +3285,6 @@ static void game_redraw(drawing *dr, game_drawstate *ds,
}
if (!ds->started) {
- draw_rect(dr, 0, 0, DRAW_WIDTH, DRAW_HEIGHT, COL_BACKGROUND);
draw_rect(dr, BORDER - EDGE_THICKNESS + 1, BORDER - EDGE_THICKNESS + 1,
w*TILE_SIZE + EDGE_THICKNESS*2 - 1,
h*TILE_SIZE + EDGE_THICKNESS*2 - 1, COL_EDGE);