mirror of
https://github.com/sockspls/badfish
synced 2025-07-13 12:39:16 +00:00
Fix a comment
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
e96f56adfa
commit
d11426c777
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ namespace {
|
||||||
else
|
else
|
||||||
value = alpha + 1; // Just to trigger next condition
|
value = alpha + 1; // Just to trigger next condition
|
||||||
|
|
||||||
if (value > alpha) // Go with full depth pv search
|
if (value > alpha) // Go with full depth non-pv search
|
||||||
{
|
{
|
||||||
ss[ply].reduction = Depth(0);
|
ss[ply].reduction = Depth(0);
|
||||||
value = -search(pos, ss, -alpha, newDepth, ply+1, true, threadID);
|
value = -search(pos, ss, -alpha, newDepth, ply+1, true, threadID);
|
||||||
|
|
Loading…
Add table
Reference in a new issue