mirror of
https://github.com/sockspls/badfish
synced 2025-05-02 09:39:36 +00:00
Fixed a compile error.
This commit is contained in:
parent
486f72af54
commit
c8262f8aec
1 changed files with 1 additions and 1 deletions
|
@ -2562,7 +2562,7 @@ Value parse_score_from_pgn_extract(std::string eval, bool& success) {
|
||||||
return VALUE_ZERO;
|
return VALUE_ZERO;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return Value(value * PawnValueEg);
|
return Value(value * static_cast<double>(PawnValueEg));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue