aboutsummaryrefslogtreecommitdiff
path: root/singles.c
diff options
context:
space:
mode:
Diffstat (limited to 'singles.c')
-rw-r--r--singles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/singles.c b/singles.c
index 06333b6..376d744 100644
--- a/singles.c
+++ b/singles.c
@@ -439,7 +439,7 @@ static void connect_dsf(game_state *state, DSF *dsf)
/* Construct a dsf array for connected blocks; connections
* tracked to right and down. */
- dsf_init(dsf, state->n);
+ dsf_reinit(dsf);
for (x = 0; x < state->w; x++) {
for (y = 0; y < state->h; y++) {
i = y*state->w + x;