D'oh, there's always one. Remove first-click stuff from the todo list.
[sgt/puzzles] / cube.c
diff --git a/cube.c b/cube.c
index 78d35c1..428569c 100644 (file)
--- a/cube.c
+++ b/cube.c
@@ -868,7 +868,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 area;