mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-06 10:53:50 +08:00
Fix outdated comment
closes https://github.com/official-stockfish/Stockfish/pull/6108 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
9debc540e5
commit
5695486db9
@@ -778,10 +778,7 @@ Value Search::Worker::search(
|
||||
goto moves_loop;
|
||||
}
|
||||
else if (excludedMove)
|
||||
{
|
||||
// Providing the hint that this node's accumulator will be used often
|
||||
unadjustedStaticEval = eval = ss->staticEval;
|
||||
}
|
||||
else if (ss->ttHit)
|
||||
{
|
||||
// Never assume anything about values stored in TT
|
||||
|
||||
Reference in New Issue
Block a user