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;