X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/f646290a63e0adf65a8c3062caead98832289730..HEAD:/solo.c diff --git a/solo.c b/solo.c index 43abc1f..d9bf18d 100644 --- a/solo.c +++ b/solo.c @@ -4511,7 +4511,7 @@ struct game_drawstate { int nregions, *entered_items; }; -static char *interpret_move(game_state *state, game_ui *ui, game_drawstate *ds, +static char *interpret_move(game_state *state, game_ui *ui, const game_drawstate *ds, int x, int y, int button) { int cr = state->cr;