X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=8342df3c1efa067dea1f688fdb42d719d33c68f6;hp=25e57512cd18720345b7f04fd73fe80e73a2fa8a;hb=fa1e3427bdf7f6347326015a381014564e8fb337;hpb=77342126d8417469bd6a398cfc6c0594b1f02f82 diff --git a/src/position.h b/src/position.h index 25e57512..8342df3c 100644 --- a/src/position.h +++ b/src/position.h @@ -138,7 +138,7 @@ public: void increment_tbHits(); // Static Exchange Evaluation - bool see_ge(Move m, Value value = VALUE_ZERO) const; + bool see_ge(Move m, Value threshold = VALUE_ZERO) const; // Accessing hash keys Key key() const; @@ -161,7 +161,7 @@ public: Value non_pawn_material() const; // Position consistency check, for debugging - bool pos_is_ok(int* failedStep = nullptr) const; + bool pos_is_ok() const; void flip(); private: