D'oh, there's always one. Remove first-click stuff from the todo list.
[sgt/puzzles] / net.c
diff --git a/net.c b/net.c
index 0df502f..8793886 100644 (file)
--- a/net.c
+++ b/net.c
@@ -1558,7 +1558,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;