X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/08781119281c4c144ba167e87476429b0aae20b4..c380832d0b832bcfbd16e760ade393f9adab02b6:/rect.c diff --git a/rect.c b/rect.c index 4a88d3b..b0e0f9c 100644 --- a/rect.c +++ b/rect.c @@ -1691,7 +1691,7 @@ static char *validate_desc(game_params *params, char *desc) return NULL; } -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 x, y, i, area;