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)