Added an `interactive' flag to new_game_desc(), which toggles Mines
[sgt/puzzles] / net.c
diff --git a/net.c b/net.c
index fa4c979..a2204c0 100644 (file)
--- a/net.c
+++ b/net.c
@@ -1146,7 +1146,7 @@ static void perturb(int w, int h, unsigned char *tiles, int wrapping,
 }
 
 static char *new_game_desc(game_params *params, random_state *rs,
-                          game_aux_info **aux)
+                          game_aux_info **aux, int interactive)
 {
     tree234 *possibilities, *barriertree;
     int w, h, x, y, cx, cy, nbarriers;