X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftypes.h;h=86a86d195ccf25b4e6f1f5ce3e6295c856bafa5d;hp=d7dfb7ad9feecb0f28cf8e0ec8aad55c3ccd9dc1;hb=c6baefb79df08a60912fc606d035abcc1dd70573;hpb=5ee16a180a7eb3f51f7cabd86cf17d8c217b13b3 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 ///