]> git.sesse.net Git - stockfish/blobdiff - src/types.h
Increase MAX_MOVES to 256
[stockfish] / src / types.h
index e08fc8534e818e57c7459509758977081efd1ece..376c5577fc5f49f6f3ecc1ed62f2aa9390c75e6c 100644 (file)
@@ -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;