From: H.G. Muller Date: Sun, 15 Sep 2013 13:00:52 +0000 (+0200) Subject: Suppress book probing in analyze mode X-Git-Url: http://winboard.nl/cgi-bin?p=bonanza.git;a=commitdiff_plain;h=3e91690c702bacdabf0ff5b52db4d27ce756992d Suppress book probing in analyze mode --- diff --git a/iterate.c b/iterate.c index e47c42b..cd07dd6 100644 --- a/iterate.c +++ b/iterate.c @@ -20,7 +20,7 @@ iterate( tree_t * restrict ptree ) int right_answer_made; /* probe the opening book */ - if ( pf_book != NULL + if ( pf_book != NULL && ! analyze_mode #if defined(USI) || defined(MNJ_LAN) && moves_ignore[0] == MOVE_NA #endif