mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Fix a comment in Tents (it said 'tents' instead of 'trees').
This commit is contained in:

committed by
Simon Tatham

parent
44e2690abb
commit
67178751e9
2
tents.c
2
tents.c
@ -1063,7 +1063,7 @@ static char *new_game_desc(const game_params *params_in, random_state *rs,
|
|||||||
j = maxflow(w*h+2, w*h+1, w*h, nedges, edges, capacity, flow, NULL);
|
j = maxflow(w*h+2, w*h+1, w*h, nedges, edges, capacity, flow, NULL);
|
||||||
|
|
||||||
if (j < ntrees)
|
if (j < ntrees)
|
||||||
continue; /* couldn't place all the tents */
|
continue; /* couldn't place all the trees */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We've placed the trees. Now we need to work out _where_
|
* We've placed the trees. Now we need to work out _where_
|
||||||
|
Reference in New Issue
Block a user