X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/b4b0a0ff28669d3677dc7d7e658bd473bb3de250..8f32c9e8976417d6040cd48359e999a1e4a3a998:/pattern.c diff --git a/pattern.c b/pattern.c index b88edc5..ab5be76 100644 --- a/pattern.c +++ b/pattern.c @@ -833,7 +833,7 @@ struct game_drawstate { int cur_x, cur_y; }; -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) { button &= ~MOD_MASK;