Skip to content

Commit d6f3774

Browse files
committed
Update search.cpp
1 parent fd7002a commit d6f3774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ Value Search::Worker::search(
12491249

12501250
// Note that if expected reduction is high, we reduce search depth here
12511251
value =
1252-
search<NonPV>(pos, ss + 1, -(alpha + 1), -alpha,
1252+
-search<NonPV>(pos, ss + 1, -(alpha + 1), -alpha,
12531253
newDepth - (r > 3444) - (r > 5588 && newDepth > 2), !cutNode);
12541254
}
12551255

0 commit comments

Comments
 (0)