]> git.sesse.net Git - stockfish/blobdiff - src/types.h
Bunch of 3 small patches
[stockfish] / src / types.h
index cd0d361953663f2aeaf911662b430fa62e83ecaa..1e036e8997ce421437ef2632594d80b148043129 100644 (file)
@@ -213,7 +213,7 @@ enum Depth {
   DEPTH_ZERO          =  0 * ONE_PLY,
   DEPTH_QS_CHECKS     = -1 * ONE_PLY,
   DEPTH_QS_NO_CHECKS  = -2 * ONE_PLY,
-  DEPTH_QS_RECAPTURES = -5 * ONE_PLY,
+  DEPTH_QS_RECAPTURES = -7 * ONE_PLY,
 
   DEPTH_NONE = -127 * ONE_PLY
 };