]> git.sesse.net Git - stockfish/blobdiff - src/search.h
san.cpp: rewrite broken move_from_san
[stockfish] / src / search.h
index f73799b3db557a4640367cb69973f59a63427f33..03179190cb7419fce0a8246607c77e08b789e7de 100644 (file)
@@ -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;
 
 
 ////