X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=b31d9dd2d48dafbdc3fc1f985e58189f645f5404;hp=ced0a051654685cbe48fb2c99662d7604de4d38f;hb=9ab84a816539ade23868f0383e39634e6ab88df5;hpb=ac65b14d30aca87ec7cafa421739f7b9b7325a8f diff --git a/src/movepick.h b/src/movepick.h index ced0a051..b31d9dd2 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -79,12 +79,12 @@ private: const Position& pos; const History& H; - Move ttMoves[2], killers[2]; - const MovegenPhaseT* phasePtr; - int phase, movesPicked, numOfBadCaptures; + MoveStack ttMoves[2], killers[2]; bool finished; - Bitboard dc, pinned; + int numOfBadCaptures, phase; + const MovegenPhaseT* phasePtr; MoveStack *curMove, *lastMove; + Bitboard dc, pinned; MoveStack moves[256], badCaptures[64]; };