projects
/
bonanza.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b254afa
)
Suppress book probing in analyze mode
author
H.G. Muller
<h.g.muller@hccnet.nl>
Sun, 15 Sep 2013 13:00:52 +0000 (15:00 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Sun, 15 Sep 2013 13:00:52 +0000 (15:00 +0200)
iterate.c
patch
|
blob
|
history
diff --git
a/iterate.c
b/iterate.c
index
e47c42b
..
cd07dd6
100644
(file)
--- 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