1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-01 01:03:09 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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