X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=57fe1c0ec304a76fd2542e97876c811eac92b6d2;hp=5fbaa688631f9e97864820e6254648179c0cbe08;hb=6960f41e03b0d5fdbc74e60eae27f4adb8091058;hpb=77547a4ef149d3ac59177d4b1f2b4f807063baf6 diff --git a/src/movepick.h b/src/movepick.h index 5fbaa688..57fe1c0e 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -97,6 +97,7 @@ private: const Position& pos; const HistoryStats& history; Search::Stack* ss; + Move* countermoves; Depth depth; Move ttMove; MoveStack killers[4];