D'oh, there's always one. Remove first-click stuff from the todo list.
[sgt/puzzles] / netslide.c
index 5e98222..5209842 100644 (file)
@@ -738,7 +738,7 @@ static char *validate_desc(game_params *params, char *desc)
  * Construct an initial game state, given a description and parameters.
  */
 
-static game_state *new_game(game_params *params, char *desc)
+static game_state *new_game(midend_data *me, game_params *params, char *desc)
 {
     game_state *state;
     int w, h, x, y;