mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Some renaming in split()
Naming suggested by jundery. No functional change.
This commit is contained in:
@@ -360,4 +360,4 @@ Move MovePicker::next_move<false>() {
|
||||
/// from the split point's shared MovePicker object. This function is not thread
|
||||
/// safe so must be lock protected by the caller.
|
||||
template<>
|
||||
Move MovePicker::next_move<true>() { return ss->sp->mp->next_move<false>(); }
|
||||
Move MovePicker::next_move<true>() { return ss->sp->movePicker->next_move<false>(); }
|
||||
|
||||
Reference in New Issue
Block a user