diff --git a/src/types.h b/src/types.h index d725c136..692a9bc6 100644 --- a/src/types.h +++ b/src/types.h @@ -96,7 +96,7 @@ typedef uint64_t Key; typedef uint64_t Bitboard; const int MAX_MOVES = 256; -const int MAX_PLY = 128; +const int MAX_PLY = 8; /// A move needs 16 bits to be stored ///