Added an `interactive' flag to new_game_desc(), which toggles Mines
[sgt/puzzles] / nullgame.c
index abb6cc5..3ec6b75 100644 (file)
@@ -84,7 +84,7 @@ static char *validate_params(game_params *params)
 }
 
 static char *new_game_desc(game_params *params, random_state *rs,
-                          game_aux_info **aux)
+                          game_aux_info **aux, int interactive)
 {
     return dupstr("FIXME");
 }