X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=03179190cb7419fce0a8246607c77e08b789e7de;hp=f73799b3db557a4640367cb69973f59a63427f33;hb=62ab7e46124b12fdbb310a9c8a8072ad05fc51b8;hpb=93bc05cf693064b80bf70cb97c6d110ab8f0a015 diff --git a/src/search.h b/src/search.h index f73799b3..03179190 100644 --- a/src/search.h +++ b/src/search.h @@ -41,7 +41,7 @@ const int PLY_MAX = 100; const int PLY_MAX_PLUS_2 = 102; -const int KILLER_MAX = 4; +const int KILLER_MAX = 2; ////