mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Galaxies: add some higher Unreasonable presets.
10x10 and 15x15 Unreasonable are now feasible, so why not include them?
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user