Sync some common names

No functional change.
This commit is contained in:
Marco Costalba
2014-04-06 10:50:27 +02:00
parent fcf2a34080
commit 64d29a6330
13 changed files with 81 additions and 81 deletions
+3 -3
View File
@@ -132,9 +132,9 @@ const string move_to_san(Position& pos, Move m) {
while (b)
{
Square sq = pop_lsb(&b);
if (!pos.legal(make_move(sq, to), pos.pinned_pieces(us)))
others ^= sq;
Square s = pop_lsb(&b);
if (!pos.legal(make_move(s, to), pos.pinned_pieces(us)))
others ^= s;
}
if (!others)