X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/1f3ee4ee0f9443910671f5e57837fa5311000b21..c5aa0b02c19bfd6e717837c0ae0b912456e47622:/flip.c diff --git a/flip.c b/flip.c index b38aff1..4125d6d 100644 --- a/flip.c +++ b/flip.c @@ -182,7 +182,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";