mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 03:57:45 +00:00
Improve comment
closes https://github.com/official-stockfish/Stockfish/pull/5249 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
47597641dc
commit
e0227a6272
+1
-1
@@ -35,7 +35,7 @@ namespace Stockfish {
|
|||||||
void TTEntry::save(
|
void TTEntry::save(
|
||||||
Key k, Value v, bool pv, Bound b, Depth d, Move m, Value ev, uint8_t generation8) {
|
Key k, Value v, bool pv, Bound b, Depth d, Move m, Value ev, uint8_t generation8) {
|
||||||
|
|
||||||
// Preserve any existing move for the same position
|
// Preserve the old ttmove if we don't have a new one
|
||||||
if (m || uint16_t(k) != key16)
|
if (m || uint16_t(k) != key16)
|
||||||
move16 = m;
|
move16 = m;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user