X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/060ba13452821aaf23aa9f0f8a6ab82c13b759ee..9914f9b60546eb68193b44a1a7846b3d478bca91:/sixteen.c diff --git a/sixteen.c b/sixteen.c index c6664c1..c202de1 100644 --- a/sixteen.c +++ b/sixteen.c @@ -577,9 +577,8 @@ static void free_ui(game_ui *ui) { } -static game_state *make_move(game_state *from, game_ui *ui, - int x, int y, int button) -{ +static game_state *make_move(game_state *from, game_ui *ui, game_drawstate *ds, + int x, int y, int button) { int cx, cy; int dx, dy, tx, ty, n; game_state *ret;