X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;h=03053591f05c5426392b5c494562fde2409a28bd;hp=7a8d0b019f19830b8c7ddfc05c66e6cdb1ace611;hb=17ffc22279b33ef2015a76461e1e644909d43a10;hpb=e4695f15bc62c0e34572b3a995e25b7461d2ae90 diff --git a/src/types.h b/src/types.h index 7a8d0b01..03053591 100644 --- a/src/types.h +++ b/src/types.h @@ -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