From 29eeae5180f78023a0b41a88cd372b88750ee525 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sat, 1 Feb 2014 03:59:36 +0100 Subject: [PATCH] Moggy ladderrate: Add a note about obsolescence --- playout/moggy.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playout/moggy.c b/playout/moggy.c index 185781b..befb42c 100644 --- a/playout/moggy.c +++ b/playout/moggy.c @@ -1127,6 +1127,9 @@ playout_moggy_init(char *arg, struct board *b, struct joseki_dict *jdict) } else if (!strcasecmp(optname, "lcapturerate") && optval) { pp->lcapturerate = atoi(optval); } else if (!strcasecmp(optname, "ladderrate") && optval) { + /* Note that ladderrate is considered obsolete; + * it is ineffective and superseded by the + * prune_ladders prior. */ pp->ladderrate = atoi(optval); } else if (!strcasecmp(optname, "atarirate") && optval) { pp->atarirate = atoi(optval); -- 2.11.4.GIT