X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=363b1a1b32327dfb442999a11b8400915460e44e;hp=60a44a6fac71ee3e24b5aab6bb782be7a4ecd287;hb=1cc18d8a7af5af3a83b95034edab679942c54e4d;hpb=99e547f4cb190e462d0c582b731a0fcf25ce1545 diff --git a/src/movepick.h b/src/movepick.h index 60a44a6f..363b1a1b 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -102,7 +102,7 @@ private: Move ttMove; ExtMove killers[4]; Square recaptureSquare; - int captureThreshold, phase; + int captureThreshold, stage; ExtMove *cur, *end, *endQuiets, *endBadCaptures; ExtMove moves[MAX_MOVES]; };