]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Simplify and speed up previous patch
[stockfish] / src / position.h
index 8d15f266d11f04607cfcb3ce85be26ea8785acd1..c41d31cf01de3179b705551b48b65d4bf4a1f917 100644 (file)
@@ -158,7 +158,7 @@ public:
   void undo_null_move();
 
   // Static exchange evaluation
-  int see(Move m) const;
+  int see(Move m, int asymmThreshold = 0) const;
   int see_sign(Move m) const;
 
   // Accessing hash keys