X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=fb5d375e8e591a58a91fb0e9afe8a147846b426c;hp=8d1b43b0f0ff1ac74cb832e72a281fdda1bf9792;hb=f8224fc7d31324376c36c4788f1935a341d2187b;hpb=b356e0fae3b78e39af2ae8aca6ca6197e8669819 diff --git a/src/search.cpp b/src/search.cpp index 8d1b43b0..fb5d375e 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -564,6 +564,7 @@ namespace { { tte = NULL; ttMove = excludedMove = MOVE_NONE; + ttValue = VALUE_ZERO; sp = ss->sp; bestMove = sp->bestMove; threatMove = sp->threatMove;