X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=6e41f48de303cc89248a4d6472b3d21586315919;hp=807d261472fc091b96f7aaf71ec46c784a1f810a;hb=ca3c1c5f3a5f011edd04af856cdd59bdaefe423d;hpb=e4a0c6c75950bf27b6dc32490a1102499643126b diff --git a/src/search.cpp b/src/search.cpp index 807d2614..6e41f48d 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1063,7 +1063,7 @@ moves_loop: // When in check, search starts here && history < -3000 * depth + 3000) continue; - history += thisThread->mainHistory[us][from_to(move)]; + history += thisThread->mainHistory[us][from_to(move)]; // Futility pruning: parent node (~5 Elo) if ( !ss->inCheck