]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Revert "Extend full 3 fold detection to PvNodes"
[stockfish] / src / position.h
index 8b475dd9f6f36a4e85ad6c925afdf7aadeec3e91..579b5308a82e6bea721cdec7ff5233a6a7b6ae93 100644 (file)
@@ -179,7 +179,7 @@ public:
   Thread* this_thread() const;
   int64_t nodes_searched() const;
   void set_nodes_searched(int64_t n);
-  template<bool CheckRepetition, bool CheckThreeFold> bool is_draw() const;
+  template<bool SkipRepetition> bool is_draw() const;
 
   // Position consistency check, for debugging
   bool pos_is_ok(int* failedStep = NULL) const;