X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=2b44ef329f33dca4e3eb7bda87533f2b67d5ad40;hp=2361132fac4e5596cbb08ca369c7fd7364c0d614;hb=0c1f119069bf915b85126159d4865c4bcc532239;hpb=99d914985f6ddb1ee22b232d41f17a35e1d34f89;ds=sidebyside diff --git a/src/position.h b/src/position.h index 2361132f..2b44ef32 100644 --- a/src/position.h +++ b/src/position.h @@ -136,7 +136,7 @@ public: void undo_null_move(); // Static Exchange Evaluation - bool see_ge(Move m, Value value) const; + bool see_ge(Move m, Value value = VALUE_ZERO) const; // Accessing hash keys Key key() const;