X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;fp=src%2Ftypes.h;h=b0758f437af06f61107eadba71e8a506b67b6f2d;hp=2e36279d51bb8d5c2e355171d84a7c77827f81ab;hb=893a08a8c2eac3c2e7d2216b51811cc7378e2239;hpb=7df832fea63761775494d7e360102c62230005c7 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 ///