]> git.sesse.net Git - stockfish/blobdiff - src/types.h
Increase MAX_PLY from 100 to 256
[stockfish] / src / types.h
index 85fddc271df52d518c5e87a12a350aece37efe83..10642ad39f240e5e04198a61884069c16e7af1a3 100644 (file)
@@ -99,7 +99,7 @@ typedef uint64_t Key;
 typedef uint64_t Bitboard;
 
 const int MAX_MOVES      = 256;
 typedef uint64_t Bitboard;
 
 const int MAX_MOVES      = 256;
-const int MAX_PLY        = 100;
+const int MAX_PLY        = 256;
 const int MAX_PLY_PLUS_2 = MAX_PLY + 2;
 
 const Bitboard FileABB = 0x0101010101010101ULL;
 const int MAX_PLY_PLUS_2 = MAX_PLY + 2;
 
 const Bitboard FileABB = 0x0101010101010101ULL;