mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Merge default tests in pos_is_ok
No functional change.
This commit is contained in:
@@ -164,7 +164,7 @@ public:
|
||||
bool is_draw() const;
|
||||
|
||||
// Position consistency check, for debugging
|
||||
bool pos_is_ok(int* failedStep = NULL) const;
|
||||
bool pos_is_ok(int* step = NULL) const;
|
||||
void flip();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user