]> git.sesse.net Git - stockfish/blobdiff - src/types.h
Fix GrainSize rounding error
[stockfish] / src / types.h
index d27f390a2d970d0eeeeb2acd39b8a527f43874de..d7dfb7ad9feecb0f28cf8e0ec8aad55c3ccd9dc1 100644 (file)
@@ -90,7 +90,7 @@ typedef uint64_t Bitboard;
 
 const int MAX_MOVES      = 192;
 const int MAX_PLY        = 100;
-const int MAX_PLY_PLUS_2 = MAX_PLY + 2;
+const int MAX_PLY_PLUS_3 = MAX_PLY + 3;
 
 /// A move needs 16 bits to be stored
 ///