X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=69cf6ff67404ea740850aa169e9f8f8dcb90f542;hp=b2bfb5d1d167c36efdeedd47c23427d93abe7036;hb=01b228b5e179d2e15927d617c5415302be234e3f;hpb=bb968fd42a6e3c14755332f5a4c4829faaf4f9de diff --git a/src/movepick.h b/src/movepick.h index b2bfb5d1..69cf6ff6 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -64,7 +64,7 @@ private: MoveStack ttMoves[2], killers[2]; int phase; const uint8_t* phasePtr; - MoveStack *curMove, *lastMove, *lastBadCapture; + MoveStack *curMove, *lastMove, *lastGoodNonCapture, *lastBadCapture; Bitboard pinned; MoveStack moves[256], badCaptures[64]; };