mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Shrink names of move helpers
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -489,7 +489,7 @@ namespace {
|
||||
while (b1)
|
||||
{
|
||||
to = pop_1st_bit(&b1);
|
||||
(*mlist++).move = make_ep_move(to, pos.ep_square());
|
||||
(*mlist++).move = make_enpassant_move(to, pos.ep_square());
|
||||
}
|
||||
}
|
||||
return mlist;
|
||||
|
||||
Reference in New Issue
Block a user