]> git.sesse.net Git - stockfish/blobdiff - src/types.h
Cleanup MAX_PLY
[stockfish] / src / types.h
index 3ff07ee7f1f2681df4dd465050fc2098c3ae4844..cbef89b7f4ca3659f673b15689171caf8ffca2ab 100644 (file)
@@ -100,9 +100,8 @@ const bool Is64Bit = false;
 typedef uint64_t Key;
 typedef uint64_t Bitboard;
 
-const int MAX_MOVES      = 256;
-const int MAX_PLY        = 120;
-const int MAX_PLY_PLUS_6 = MAX_PLY + 6;
+const int MAX_MOVES = 256;
+const int MAX_PLY   = 128;
 
 /// A move needs 16 bits to be stored
 ///