mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Fix bench number
Incorrect bench number in master. Fix it. bench: 4971497
This commit is contained in:
+1
-1
@@ -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]);
|
||||||
|
|||||||
Reference in New Issue
Block a user