X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/08781119281c4c144ba167e87476429b0aae20b4..c380832d0b832bcfbd16e760ade393f9adab02b6:/sixteen.c diff --git a/sixteen.c b/sixteen.c index e7eb7bd..8f43b7a 100644 --- a/sixteen.c +++ b/sixteen.c @@ -442,7 +442,7 @@ static char *validate_desc(game_params *params, char *desc) return err; } -static game_state *new_game(game_params *params, char *desc) +static game_state *new_game(midend_data *me, game_params *params, char *desc) { game_state *state = snew(game_state); int i;