X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/43a45950e9335d1b19245f2d302ec86fd4643bc5..ac5deb9c728c31e6adeedc57fa2ed1b2565b1818:/pearl.c diff --git a/pearl.c b/pearl.c index 248d64e..ef9fdc9 100644 --- a/pearl.c +++ b/pearl.c @@ -1048,7 +1048,7 @@ int pearl_loopgen_bias(void *vctx, char *board, int face) void pearl_loopgen(int w, int h, char *lines, random_state *rs) { - grid *g = grid_new(GRID_SQUARE, w-1, h-1, NULL); + grid *g = grid_new(GRID_SQUARE, w-1, h-1, 0, NULL); char *board = snewn(g->num_faces, char); int i, s = g->tilesize; struct pearl_loopgen_bias_ctx biasctx;