X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;h=10642ad39f240e5e04198a61884069c16e7af1a3;hp=85fddc271df52d518c5e87a12a350aece37efe83;hb=fd35d92c1e639d22ed10fb225272f08bd9afc885;hpb=3b906ffc2765856948f1baac5ceb5209fe4380e2 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;