mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Fix crash when reaching max ply
Bug introduced in 1b7223a53c that
updated the ss base stack without increasing
the dimension.
No functional change.
This commit is contained in:
committed by
Marco Costalba
parent
8c2fd2170a
commit
f45eee318b
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user