X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/1cea529f7dc604c05ae5d8a86c736e37fedd88aa..b47a17393c02ca5b947717493577c5e030f28685:/netslide.c diff --git a/netslide.c b/netslide.c index 076cad4..8d18652 100644 --- a/netslide.c +++ b/netslide.c @@ -1056,7 +1056,7 @@ struct game_drawstate { }; static char *interpret_move(game_state *state, game_ui *ui, - game_drawstate *ds, int x, int y, int button) + const game_drawstate *ds, int x, int y, int button) { int cx, cy; int dx, dy;