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