Mines now follows the conventional approach of offering a completely
[sgt/puzzles] / fifteen.c
index 5bcc87a..310e70a 100644 (file)
--- a/fifteen.c
+++ b/fifteen.c
@@ -322,7 +322,7 @@ static char *validate_desc(game_params *params, char *desc)
     return err;
 }
 
-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 i;