X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;h=86a86d195ccf25b4e6f1f5ce3e6295c856bafa5d;hp=d7dfb7ad9feecb0f28cf8e0ec8aad55c3ccd9dc1;hb=f45eee318bbe0fe1465bda80bf62bc8b3bc7d07c;hpb=8c2fd2170a0d6dececbe87b0c0353ce718dcd9fd diff --git a/src/types.h b/src/types.h index d7dfb7ad..86a86d19 100644 --- a/src/types.h +++ b/src/types.h @@ -90,7 +90,7 @@ typedef uint64_t Bitboard; const int MAX_MOVES = 192; const int MAX_PLY = 100; -const int MAX_PLY_PLUS_3 = MAX_PLY + 3; +const int MAX_PLY_PLUS_6 = MAX_PLY + 6; /// A move needs 16 bits to be stored ///