X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftypes.h;h=10642ad39f240e5e04198a61884069c16e7af1a3;hb=2608b9249d9c25a699c8db8725e35bd4ec0b65ab;hp=85fddc271df52d518c5e87a12a350aece37efe83;hpb=875a8079bc142ca92027b07427d72c03fe5268a5;p=stockfish diff --git a/src/types.h b/src/types.h index 85fddc27..10642ad3 100644 --- a/src/types.h +++ b/src/types.h @@ -99,7 +99,7 @@ typedef uint64_t Key; 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;