From b508f9561cc2302c129efe8d60f201ff03ee72c8 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sat, 13 Jan 2018 09:21:23 +0100 Subject: [PATCH] Fix bench number Incorrect bench number in master. Fix it. bench: 4971497 --- src/evaluate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evaluate.cpp b/src/evaluate.cpp index 7d5d435a..ac0bf8cc 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -486,7 +486,7 @@ namespace { - 9 * mg_value(score) / 8 + 40; - // Transform the kingDanger units into a Score, and substract it from the evaluation. + // Transform the kingDanger units into a Score, and substract it from the evaluation if (kingDanger > 0) { int mobilityDanger = mg_value(mobility[Them] - mobility[Us]); -- 2.39.2