mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Rename sp to splitPoint
Still keep 'sp' name when used as local variable with limited scope. From Jundery. No functional change.
This commit is contained in:
+1
-1
@@ -374,4 +374,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->movePicker->next_move<false>(); }
|
||||
Move MovePicker::next_move<true>() { return ss->splitPoint->movePicker->next_move<false>(); }
|
||||
|
||||
Reference in New Issue
Block a user