Skip to content

Commit

Permalink
chore: rephrase the comment to make it clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
raklaptudirm authored May 15, 2024
1 parent cddf7fc commit 68807b8
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 if move is null
// 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 68807b8

Please sign in to comment.