X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=74951548df0c6ec5d08e1298dfb174fd467bee3e;hp=61a33242124f3f68515d4d87a9907af9a5c49a64;hb=66c5835080c8c1dab6bf203d2b6d9db6ab9439cc;hpb=a6d13428f644d2ca475a190295f9528c92bdaaec diff --git a/src/search.h b/src/search.h index 61a33242..74951548 100644 --- a/src/search.h +++ b/src/search.h @@ -36,7 +36,6 @@ const int PLY_MAX = 100; const int PLY_MAX_PLUS_2 = 102; -const int KILLER_MAX = 2; //// @@ -55,7 +54,7 @@ struct SearchStack { Move threatMove; Move excludedMove; Move bestMove; - Move killers[KILLER_MAX]; + Move killers[2]; Depth reduction; Value eval; bool skipNullMove;