X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/8317499a9932b585a28a452677b6128324adaba0..fdb3b29aacf3f9d0bf16c816ba2ec959e6518bd3:/pattern.c diff --git a/pattern.c b/pattern.c index e9b6f98..f83746a 100644 --- a/pattern.c +++ b/pattern.c @@ -165,7 +165,7 @@ static game_params *custom_params(config_item *cfg) return ret; } -static char *validate_params(game_params *params) +static char *validate_params(game_params *params, int full) { if (params->w <= 0 || params->h <= 0) return "Width and height must both be greater than zero";