mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47: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
@@ -38,7 +38,7 @@ namespace Search {
|
||||
/// has its own array of Stack objects, indexed by the current ply.
|
||||
|
||||
struct Stack {
|
||||
SplitPoint* sp;
|
||||
SplitPoint* splitPoint;
|
||||
int ply;
|
||||
Move currentMove;
|
||||
Move excludedMove;
|
||||
|
||||
Reference in New Issue
Block a user