mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-27 04:26:24 +08: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
@@ -35,7 +35,7 @@ namespace Stockfish {
|
||||
void TTEntry::save(
|
||||
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)
|
||||
move16 = m;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user