mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Changed spelling back to "Bishops" in eval output
No functional change. Closes #1124
This commit is contained in:
parent
1d31065e1d
commit
24df0f72c0
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ std::string Eval::trace(const Position& pos) {
|
|||
<< " Imbalance | " << Term(IMBALANCE)
|
||||
<< " Pawns | " << Term(PAWN)
|
||||
<< " Knights | " << Term(KNIGHT)
|
||||
<< " Bishop | " << Term(BISHOP)
|
||||
<< " Bishops | " << Term(BISHOP)
|
||||
<< " Rooks | " << Term(ROOK)
|
||||
<< " Queens | " << Term(QUEEN)
|
||||
<< " Mobility | " << Term(MOBILITY)
|
||||
|
|
Loading…
Add table
Reference in a new issue