Fix a comment in Tents (it said 'tents' instead of 'trees').

This commit is contained in:
Jonas Kölker
2015-10-18 21:05:11 +02:00
committed by Simon Tatham
parent 44e2690abb
commit 67178751e9

View File

@ -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_