D'oh, there's always one. Remove first-click stuff from the todo list.
[sgt/puzzles] / rect.c
diff --git a/rect.c b/rect.c
index 4a88d3b..b0e0f9c 100644 (file)
--- a/rect.c
+++ b/rect.c
@@ -1691,7 +1691,7 @@ static char *validate_desc(game_params *params, char *desc)
     return NULL;
 }
 
-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 = snew(game_state);
     int x, y, i, area;