X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/eb5f5f5d260d3e3b9b5e5027f60a7071a4f3c766..92d5b70917aed3fd361480f01bb7baeafed59c13:/mines.c diff --git a/mines.c b/mines.c index df8ecfa..969c3ec 100644 --- a/mines.c +++ b/mines.c @@ -97,8 +97,11 @@ static game_params *default_params(void) static const struct game_params mines_presets[] = { {9, 9, 10, TRUE}, + {9, 9, 35, TRUE}, {16, 16, 40, TRUE}, + {16, 16, 99, TRUE}, {30, 16, 99, TRUE}, + {30, 16, 170, TRUE}, }; static int game_fetch_preset(int i, char **name, game_params **params)