1
0
Fork 0
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:
Marco Costalba 2008-12-22 10:18:36 +01:00
parent e96f56adfa
commit d11426c777

View file

@ -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);