]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Move extract_pv_from_tt() and insert_pv_in_tt() under RootMove
[stockfish] / src / search.h
index 677ad055451299c509f428c205226dfc3a921820..b2c876455c7c0c4afcbacdd9d75a43b8bd1c5911 100644 (file)
@@ -35,7 +35,7 @@
 ////
 
 const int PLY_MAX = 100;
 ////
 
 const int PLY_MAX = 100;
-const int PLY_MAX_PLUS_2 = 102;
+const int PLY_MAX_PLUS_2 = PLY_MAX + 2;
 
 
 ////
 
 
 ////