X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.cpp;h=7efc6a0918872d6eb75be6f018c94667c720fc17;hp=935336dac3c7354e23c878fd1ba62d1a22adf72a;hb=84451191f3e16be2d532353b4df3d870b84b4f5d;hpb=2ed3358fafdd7189637b9db4d20d7fb725b7a122 diff --git a/src/tt.cpp b/src/tt.cpp index 935336da..7efc6a09 100644 --- a/src/tt.cpp +++ b/src/tt.cpp @@ -125,6 +125,7 @@ void TranspositionTable::store(const Key posKey, Value v, ValueType t, Depth d, if (tte->key() && t == VALUE_TYPE_EV_LO) return; + // Preserve any exsisting ttMove if (m == MOVE_NONE) m = tte->move();