X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/1a960a48298c0eb3832704bbd5bb72023d2873a0..f875ca4d15049feb61af3073bc14e626ed5bf671:/pearl.c diff --git a/pearl.c b/pearl.c index ef9fdc9..248d64e 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, 0, NULL); + grid *g = grid_new(GRID_SQUARE, w-1, h-1, NULL); char *board = snewn(g->num_faces, char); int i, s = g->tilesize; struct pearl_loopgen_bias_ctx biasctx;