1
0
Fork 0
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:
Nathan Rugg 2017-05-23 14:56:49 +08:00 committed by Joona Kiiski
parent 1d31065e1d
commit 24df0f72c0

View file

@ -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)