mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Fix a comment in evaluate.cpp
Function name is wrong. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
0e33fc6fd4
commit
08634b06a3
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ namespace {
|
|||
}
|
||||
|
||||
|
||||
// evaluate_passed_pawns() evaluates the passed pawns of the given color
|
||||
// evaluate_passed_pawns_of_color() evaluates the passed pawns of the given color
|
||||
|
||||
template<Color Us>
|
||||
void evaluate_passed_pawns_of_color(const Position& pos, int movesToGo[], Square pawnToGo[], EvalInfo& ei) {
|
||||
|
|
Loading…
Add table
Reference in a new issue