mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Move Tempo to evaluation
No functional change.
This commit is contained in:
+1
-1
@@ -855,7 +855,7 @@ namespace Eval {
|
||||
/// of the position always from the point of view of the side to move.
|
||||
|
||||
Value evaluate(const Position& pos) {
|
||||
return do_evaluate<false>(pos);
|
||||
return do_evaluate<false>(pos) + Tempo;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user