Fix bench number

Incorrect bench number in master. Fix it.

bench: 4971497
This commit is contained in:
Marco Costalba
2018-01-13 09:21:23 +01:00
committed by GitHub
parent 1b6459195c
commit b508f9561c

View File

@@ -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]);