X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=unfinished%2Fseparate.c;fp=unfinished%2Fseparate.c;h=ee9c830e2c701c95e98b1526dfcb2d20e8b8179d;hb=0e8a37581418222ab7bd6063fa13371efd9f9f23;hp=b20cb52b6feeed60ce9860a83d02397abbacf681;hpb=0880ef058328c1cad8b5dac8b0e19551bb9bccd1;p=sgt-puzzles.git diff --git a/unfinished/separate.c b/unfinished/separate.c index b20cb52..ee9c830 100644 --- a/unfinished/separate.c +++ b/unfinished/separate.c @@ -718,8 +718,8 @@ struct game_drawstate { int FIXME; }; -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) { return NULL; }