projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
75d001a
)
Set killer slots number to 2
author
Marco Costalba
<mcostalba@gmail.com>
Sun, 16 Nov 2008 10:16:07 +0000 (11:16 +0100)
committer
Marco 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
patch
|
blob
|
history
diff --git
a/src/search.h
b/src/search.h
index
f73799b
..
0317919
100644
(file)
--- 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;
////