mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Sync some common names
No functional change.
This commit is contained in:
+3
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user