chiark / gitweb /
Forgot to add the new 'const' in the unfinished subdirectory. Oops.
[sgt-puzzles.git] / unfinished / separate.c
index b20cb52b6feeed60ce9860a83d02397abbacf681..ee9c830e2c701c95e98b1526dfcb2d20e8b8179d 100644 (file)
@@ -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;
 }