aboutsummaryrefslogtreecommitdiff
path: root/galaxies.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2023-03-12 14:26:45 +0000
committerSimon Tatham <anakin@pobox.com>2023-03-12 14:26:45 +0000
commit20f95e3e223112331ea1b876db82aa8bb2b45e3a (patch)
tree74ed60bca60b7962969b838a1d1bfae5a207a1ca /galaxies.c
parent47de8f449c2a70a6db897e583396afd080bb6157 (diff)
downloadpuzzles-20f95e3e223112331ea1b876db82aa8bb2b45e3a.zip
puzzles-20f95e3e223112331ea1b876db82aa8bb2b45e3a.tar.gz
puzzles-20f95e3e223112331ea1b876db82aa8bb2b45e3a.tar.bz2
puzzles-20f95e3e223112331ea1b876db82aa8bb2b45e3a.tar.xz
Galaxies: add some higher Unreasonable presets.
10x10 and 15x15 Unreasonable are now feasible, so why not include them?
Diffstat (limited to 'galaxies.c')
-rw-r--r--galaxies.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/galaxies.c b/galaxies.c
index f37e6c7..d25739a 100644
--- a/galaxies.c
+++ b/galaxies.c
@@ -208,7 +208,9 @@ static const game_params galaxies_presets[] = {
{ 7, 7, DIFF_NORMAL },
{ 7, 7, DIFF_UNREASONABLE },
{ 10, 10, DIFF_NORMAL },
+ { 10, 10, DIFF_UNREASONABLE },
{ 15, 15, DIFF_NORMAL },
+ { 15, 15, DIFF_UNREASONABLE },
};
static bool game_fetch_preset(int i, char **name, game_params **params)