Forgot to add the new 'const' in the unfinished subdirectory. Oops.
[sgt/puzzles] / unfinished / group.c
index b2c62d6..1c2c02e 100644 (file)
@@ -1213,8 +1213,8 @@ static int find_in_sequence(digit *seq, int len, digit n)
     return -1;
 }
 
-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 w = state->par.w;
     int tx, ty;