]> git.sesse.net Git - stockfish/commitdiff
Set killer slots number to 2
authorMarco Costalba <mcostalba@gmail.com>
Sun, 16 Nov 2008 10:16:07 +0000 (11:16 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 16 Nov 2008 11:37:48 +0000 (12:37 +0100)
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
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;
 
 
 ////