mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Remove conditional definition of MAX_GRIDGEN_TRIES, for consistency
between Palm and other ports when fed the same random seed. [originally from svn r6172]
This commit is contained in:
@ -1046,11 +1046,7 @@ static int puzzle_is_good(game_state *state, game_params *params, int *mdepth)
|
|||||||
* puzzle we could come up with was non-recursive, we give up and try a new
|
* puzzle we could come up with was non-recursive, we give up and try a new
|
||||||
* grid. */
|
* grid. */
|
||||||
|
|
||||||
#ifdef SLOW_SYSTEM
|
|
||||||
#define MAX_GRIDGEN_TRIES 20
|
#define MAX_GRIDGEN_TRIES 20
|
||||||
#else
|
|
||||||
#define MAX_GRIDGEN_TRIES 50
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static char *new_game_desc(game_params *params, random_state *rs,
|
static char *new_game_desc(game_params *params, random_state *rs,
|
||||||
char **aux, int interactive)
|
char **aux, int interactive)
|
||||||
|
Reference in New Issue
Block a user