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