Skip to content

Commit

Permalink
Fix bench number
Browse files Browse the repository at this point in the history
Incorrect bench number in master. Fix it.

bench: 4971497
  • Loading branch information
mcostalba authored Jan 13, 2018
1 parent 1b64591 commit b508f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit b508f95

Please sign in to comment.