Added an `interactive' flag to new_game_desc(), which toggles Mines
[sgt/puzzles] / cube.c
diff --git a/cube.c b/cube.c
index a65b918..2bce1bd 100644 (file)
--- a/cube.c
+++ b/cube.c
@@ -586,7 +586,7 @@ static void classify_grid_square_callback(void *ctx, struct grid_square *sq)
 }
 
 static char *new_game_desc(game_params *params, random_state *rs,
-                          game_aux_info **aux)
+                          game_aux_info **aux, int interactive)
 {
     struct grid_data data;
     int i, j, k, m, area, facesperclass;