1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

Revert "Temporary change MAX_PLY to 8"

bench: 7694316
This commit is contained in:
Marco Costalba 2014-11-17 10:11:05 +01:00
parent 089814db83
commit 3fbe5ed06f

View file

@ -96,7 +96,7 @@ typedef uint64_t Key;
typedef uint64_t Bitboard;
const int MAX_MOVES = 256;
const int MAX_PLY = 8;
const int MAX_PLY = 128;
/// A move needs 16 bits to be stored
///