X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftypes.h;h=376c5577fc5f49f6f3ecc1ed62f2aa9390c75e6c;hb=e654209211a1bcd40a0ff00c5bdba284890ea857;hp=e08fc8534e818e57c7459509758977081efd1ece;hpb=d3947b2f3e4121db67aef6845b59562b1cec0665;p=stockfish diff --git a/src/types.h b/src/types.h index e08fc853..376c5577 100644 --- a/src/types.h +++ b/src/types.h @@ -88,7 +88,7 @@ const bool Is64Bit = false; typedef uint64_t Key; typedef uint64_t Bitboard; -const int MAX_MOVES = 192; +const int MAX_MOVES = 256; const int MAX_PLY = 100; const int MAX_PLY_PLUS_6 = MAX_PLY + 6;