X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/6aa6af4c00e72c789d76949d735ccb07da5e47a1..8586183cb0df975491d0c9aba1fb084c39f4f0f4:/solo.c diff --git a/solo.c b/solo.c index 168551c..f3afb02 100644 --- a/solo.c +++ b/solo.c @@ -1821,8 +1821,8 @@ static void free_ui(game_ui *ui) sfree(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 c = from->c, r = from->r, cr = c*r; int tx, ty;