X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/87871cf197134b1b88055371edcc4e35d660cce4..c0361acdb2a1bfa484787a157cfeb5d2d7356795:/mines.c diff --git a/mines.c b/mines.c index 10ca76c..4006294 100644 --- a/mines.c +++ b/mines.c @@ -2229,8 +2229,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) { game_state *ret; int cx, cy;