X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=d0ced0474ffd901e6b34275acf520147001fe506;hp=27c33047f7728839fd6c9743126122db7f45c9c3;hb=a21a110188eed1ff41f2a1535a93b48c654663de;hpb=fca0a2dd881e6bde0a01d3342dd385600e01730b diff --git a/src/movepick.h b/src/movepick.h index 27c33047..d0ced047 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -53,11 +53,12 @@ private: const Position& pos; const History& H; + Depth depth; Move ttMove; MoveStack killers[2]; int captureThreshold, phase; const uint8_t* phasePtr; - MoveStack *curMove, *lastMove, *lastGoodNonCapture, *badCaptures; + MoveStack *curMove, *lastMove, *lastNonCapture, *badCaptures; MoveStack moves[MAX_MOVES]; };