X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=cd874ff816156bfcfd036c65de3443a917325341;hp=fd5687ea9714ab625bbc8a6cf106003ab293bb34;hb=06a350f1aee97f05c3416853fb54385b23030ebc;hpb=a9e9746495821fe7251d5f86ea3a97cb91eac729 diff --git a/src/search.cpp b/src/search.cpp index fd5687ea..cd874ff8 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1388,7 +1388,7 @@ namespace { { assert(value_to_tt(nullValue, ply) == nullValue); - TT.store(posKey, nullValue, VALUE_TYPE_LOWER, depth, MOVE_NONE); + TT.store(posKey, nullValue, VALUE_TYPE_NS_LO, depth, MOVE_NONE); return nullValue; } } else {