From 656be88ba3b0db383101449d7d2f09348601d7d7 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Wed, 25 May 2022 22:03:59 -0700 Subject: handle visits memory entirely from match file --- comp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'comp.c') diff --git a/comp.c b/comp.c index 4f40609..012eea1 100644 --- a/comp.c +++ b/comp.c @@ -78,9 +78,7 @@ struct segment next_dart(int rem, int darts_in_hand) void comp_visit(struct leg *l) { - if (l->n_visits == l->size_visits) - leg_grow_visits(l); - struct visit *v = l->visits + l->n_visits++; + struct visit *v = leg_visit(l); v->darts = calloc(3, sizeof(*v->darts)); v->ccoords = calloc(3, sizeof(*v->ccoords)); -- cgit v1.2.3-70-g09d2