mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00:00
Fixed a compile error.
This commit is contained in:
@@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user