mirror of
https://github.com/sockspls/badfish
synced 2025-05-02 01:29:36 +00:00
Fix bench number
Incorrect bench number in master. Fix it. bench: 4971497
This commit is contained in:
parent
1b6459195c
commit
b508f9561c
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ namespace {
|
||||||
- 9 * mg_value(score) / 8
|
- 9 * mg_value(score) / 8
|
||||||
+ 40;
|
+ 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)
|
if (kingDanger > 0)
|
||||||
{
|
{
|
||||||
int mobilityDanger = mg_value(mobility[Them] - mobility[Us]);
|
int mobilityDanger = mg_value(mobility[Them] - mobility[Us]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue