X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=bd21023747f53d2e480003933566c86fbd844bf8;hp=a3c87ca9955d45926293f7bf23131a5bce95d21a;hb=0e1ad3ad33c65be8cfb2702b3df5500ef9d2f87f;hpb=0fc9a01933ce33fda3732c1d5bbde5a8908d0019 diff --git a/src/search.h b/src/search.h index a3c87ca9..bd210237 100644 --- a/src/search.h +++ b/src/search.h @@ -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;