Rename piece_count and piece_list

No functional change.
This commit is contained in:
Marco Costalba
2013-06-16 11:59:40 +02:00
parent 5ea984ac35
commit cd782c11ec
7 changed files with 145 additions and 146 deletions

View File

@@ -211,7 +211,7 @@ namespace {
assert(Pt != KING && Pt != PAWN);
const Square* pl = pos.piece_list(us, Pt);
const Square* pl = pos.list<Pt>(us);
for (Square from = *pl; from != SQ_NONE; from = *++pl)
{