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