mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Patch from James H: tinker with the presets on SLOW_SYSTEMs.
[originally from svn r6162]
This commit is contained in:
@ -149,7 +149,11 @@ static game_params *default_params(void)
|
||||
static const struct game_params samegame_presets[] = {
|
||||
{ 5, 5, 3, 2, TRUE },
|
||||
{ 10, 5, 3, 2, TRUE },
|
||||
#ifdef SLOW_SYSTEM
|
||||
{ 10, 10, 3, 2, TRUE },
|
||||
#else
|
||||
{ 15, 10, 3, 2, TRUE },
|
||||
#endif
|
||||
{ 15, 10, 4, 2, TRUE },
|
||||
{ 20, 15, 4, 2, TRUE }
|
||||
};
|
||||
|
Reference in New Issue
Block a user