X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;h=b0758f437af06f61107eadba71e8a506b67b6f2d;hp=2e36279d51bb8d5c2e355171d84a7c77827f81ab;hb=9c7dc057d160d7f3c41553173f958f2cc7b5d98c;hpb=58bbbd176b81edb7137ee6314e4d5bf9f208106d diff --git a/src/types.h b/src/types.h index 2e36279d..b0758f43 100644 --- a/src/types.h +++ b/src/types.h @@ -101,7 +101,7 @@ typedef uint64_t Key; typedef uint64_t Bitboard; constexpr int MAX_MOVES = 256; -constexpr int MAX_PLY = 128; +constexpr int MAX_PLY = 246; /// A move needs 16 bits to be stored ///