diff --git a/src/search.cpp b/src/search.cpp index 8bc73b710..bb0156c5d 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1679,10 +1679,9 @@ Value Search::Worker::qsearch(Position& pos, Stack* ss, Value alpha, Value beta) // Continuation history based pruning if (!capture && (*contHist[0])[pos.moved_piece(move)][move.to_sq()] - + (*contHist[1])[pos.moved_piece(move)][move.to_sq()] + thisThread->pawnHistory[pawn_structure_index(pos)][pos.moved_piece(move)] [move.to_sq()] - <= 5923) + <= 6290) continue; // Do not search moves with bad enough SEE values