X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/87871cf197134b1b88055371edcc4e35d660cce4..c0361acdb2a1bfa484787a157cfeb5d2d7356795:/fifteen.c diff --git a/fifteen.c b/fifteen.c index e7a41ef..49a3118 100644 --- a/fifteen.c +++ b/fifteen.c @@ -450,9 +450,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 gx, gy, dx, dy, ux, uy, up, p; game_state *ret;