Mines now follows the conventional approach of offering a completely
[sgt/puzzles] / nullgame.c
index 8d08530..7e27c4a 100644 (file)
@@ -99,7 +99,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);