From 066fc8e9a7aa874747e46ea940c733cef256afb9 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 10 Aug 2010 04:40:46 +0200 Subject: [PATCH] Moggy selfatari_other: Turn on by default - seems to be slightly beneficial --- playout/moggy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/playout/moggy.c b/playout/moggy.c index 3310790..3a766aa 100644 --- a/playout/moggy.c +++ b/playout/moggy.c @@ -999,6 +999,7 @@ playout_moggy_init(char *arg, struct board *b) pp->josekirate = 0; pp->ladders = pp->borderladders = true; pp->ladderassess = true; + pp->selfatari_other = true; if (arg) { char *optspec, *next = arg; -- 2.11.4.GIT