Rev 154 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 154 | Rev 156 | ||
|---|---|---|---|
| Line 4834... | Line 4834... | ||
| 4834 | last_pv.path[1])); |
4834 | last_pv.path[1])); |
| 4835 | last_search_value = value; |
4835 | last_search_value = value; |
| 4836 | if (kibitz) { |
4836 | if (kibitz) { |
| 4837 | if (kibitz_depth) |
4837 | if (kibitz_depth) |
| 4838 | Kibitz(2, game_wtm, kibitz_depth, end_time - start_time, value, |
4838 | Kibitz(2, game_wtm, kibitz_depth, end_time - start_time, value, |
| 4839 | tree->nodes_searched, busy_percent, tree->egtb_hits, |
4839 | tree->nodes_searched, busy_percent, (int) tree->egtb_hits, // Pierre-Marie Baty -- added type cast |
| 4840 | kibitz_text); |
4840 | kibitz_text); |
| 4841 | else |
4841 | else |
| 4842 | Kibitz(4, game_wtm, 0, 0, 0, 0, 0, 0, kibitz_text); |
4842 | Kibitz(4, game_wtm, 0, 0, 0, 0, 0, 0, kibitz_text); |
| 4843 | } |
4843 | } |
| 4844 | MakeMoveRoot(tree, game_wtm, last_pv.path[1]); |
4844 | MakeMoveRoot(tree, game_wtm, last_pv.path[1]); |