aboutsummaryrefslogtreecommitdiff
path: root/samegame.c
diff options
context:
space:
mode:
Diffstat (limited to 'samegame.c')
-rw-r--r--samegame.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/samegame.c b/samegame.c
index b9078eb..d8c58ac 100644
--- a/samegame.c
+++ b/samegame.c
@@ -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 }
};