X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/1cea529f7dc604c05ae5d8a86c736e37fedd88aa..2fb439b45a8d445a24aee5b21fa10c33830a134a:/unfinished/sokoban.c diff --git a/unfinished/sokoban.c b/unfinished/sokoban.c index 53bd3a5..4b0780c 100644 --- a/unfinished/sokoban.c +++ b/unfinished/sokoban.c @@ -1041,8 +1041,8 @@ int move_type(game_state *state, int dx, int dy) } } -static char *interpret_move(game_state *state, game_ui *ui, game_drawstate *ds, - int x, int y, int button) +static char *interpret_move(game_state *state, game_ui *ui, + const game_drawstate *ds, int x, int y, int button) { int dx=0, dy=0; char *move;