diff --git a/src/search.cpp b/src/search.cpp index cb6c5d44..15e88ca4 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1226,8 +1226,7 @@ moves_loop: // When in check, search starts from here Thread* thisThread = pos.this_thread(); (ss+1)->ply = ss->ply + 1; - ss->currentMove = bestMove = MOVE_NONE; - ss->continuationHistory = &thisThread->continuationHistory[NO_PIECE][0]; + bestMove = MOVE_NONE; inCheck = pos.checkers(); moveCount = 0;