Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
closes #5249

No functional change
  • Loading branch information
raklaptudirm authored and vondele committed May 18, 2024
1 parent 4759764 commit e0227a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e0227a6

Please sign in to comment.