X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/8317499a9932b585a28a452677b6128324adaba0..3ff276f2cd88e6f3a6fe08f95f6147abbe3fcfd4:/samegame.c diff --git a/samegame.c b/samegame.c index 35f2ae2..5a52303 100644 --- a/samegame.c +++ b/samegame.c @@ -209,7 +209,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 < 1 || params->h < 1) return "Width and height must both be positive";