X-Git-Url: http://winboard.nl/cgi-bin?p=bonanza.git;a=blobdiff_plain;f=iterate.c;h=eb0999693318a804dea0291c580b9bd23baff27c;hp=1a684bcc7ac1848cbea053868996e1faf0c57749;hb=cygwin;hpb=31daebfc1031441aa180e3af2e547a8cd2b92c32 diff --git a/iterate.c b/iterate.c index 1a684bc..eb09996 100644 --- a/iterate.c +++ b/iterate.c @@ -20,8 +20,8 @@ iterate( tree_t * restrict ptree ) int right_answer_made; /* probe the opening book */ - if ( pf_book != NULL -#if defined(USI) || defined(MNJ_LAN) + if ( pf_book != NULL && ! analyze_mode +#if defined(USI) || defined(MNJ_LAN) || defined(XBOARD) && moves_ignore[0] == MOVE_NA #endif && ! rep_book_prob( ptree ) ) @@ -210,7 +210,7 @@ iterate( tree_t * restrict ptree ) (int)ptree->nsuc_check[0], (int)ptree->nsuc_check[1] ); /* look up last pv. */ - if ( last_pv.length ) + if ( last_pv.length && ! analyze_mode ) { Out( "- a pv was found in the previous search result.\n" ); @@ -223,7 +223,7 @@ iterate( tree_t * restrict ptree ) } /* probe the transposition table, since last pv is not available. */ - if ( ! last_pv.length + if ( ! last_pv.length && ! analyze_mode #if defined(MPV) && ! root_mpv #endif