X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=2b44ef329f33dca4e3eb7bda87533f2b67d5ad40;hb=0c1f119069bf915b85126159d4865c4bcc532239;hp=2361132fac4e5596cbb08ca369c7fd7364c0d614;hpb=e06a117d5e78ec4edc051f2b161d36559f784d37;p=stockfish 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;