X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=d0ced0474ffd901e6b34275acf520147001fe506;hp=c4d665a93a3cb34eb95a679e14fd5b084021dd5b;hb=8647fbd6ed11c60282e84e4b486a7e8258c88483;hpb=811037c8457fc46dba267e70192d3cd38676249f diff --git a/src/movepick.h b/src/movepick.h index c4d665a9..d0ced047 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -53,6 +53,7 @@ private: const Position& pos; const History& H; + Depth depth; Move ttMove; MoveStack killers[2]; int captureThreshold, phase;