mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +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;
|
||||
}
|
||||
else {
|
||||
return Value(value * PawnValueEg);
|
||||
return Value(value * static_cast<double>(PawnValueEg));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue