X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=sixteen.c;h=5eb0715f39936af3820b9cb8c5946e7d419db921;hb=f3c95109c7b905f74b5f149eea21f68444c31ef7;hp=f293fab67c126ff3209741c227e96b81a7a21440;hpb=968828283b7a0aacd71d4868846291b381884eb1;p=sgt-puzzles.git diff --git a/sixteen.c b/sixteen.c index f293fab..5eb0715 100644 --- a/sixteen.c +++ b/sixteen.c @@ -172,7 +172,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 < 2 || params->h < 2) return "Width and height must both be at least two";