]> git.sesse.net Git - stockfish/blobdiff - src/types.h
Increase MAX_PLY from 100 to 120
[stockfish] / src / types.h
index 7a8d0b019f19830b8c7ddfc05c66e6cdb1ace611..03053591f05c5426392b5c494562fde2409a28bd 100644 (file)
@@ -89,7 +89,7 @@ typedef uint64_t Key;
 typedef uint64_t Bitboard;
 
 const int MAX_MOVES      = 256;
-const int MAX_PLY        = 100;
+const int MAX_PLY        = 120;
 const int MAX_PLY_PLUS_6 = MAX_PLY + 6;
 
 /// A move needs 16 bits to be stored