X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/e3f21163e0737b17412f5bd8c184b26715c396fa..511dac16da218ed6716a876847e02e8478b05812:/net.c diff --git a/net.c b/net.c index 0df502f..8793886 100644 --- a/net.c +++ b/net.c @@ -1558,7 +1558,7 @@ static char *validate_desc(game_params *params, char *desc) * Construct an initial game state, given a description and parameters. */ -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; int w, h, x, y;