X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/f4ab9854cee90c9515eb56ced7df7871a41ba2ad..a7f0c0eb98e6146aa11a24d9cfa65b201cd7a59b:/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;