Move Tempo to evaluation

No functional change.
This commit is contained in:
Marco Costalba
2014-06-06 09:35:34 +02:00
parent 69ac45d903
commit 08753771fc
3 changed files with 9 additions and 10 deletions

View File

@@ -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;
}