]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Merge default tests in pos_is_ok
[stockfish] / src / position.h
index 34c427d4e21227d6f5903993572f047c2a06a0d3..36d65fb87b5ef11771294b6acc34fef1208a7f5f 100644 (file)
@@ -164,7 +164,7 @@ public:
   bool is_draw() const;
 
   // Position consistency check, for debugging
-  bool pos_is_ok(int* failedStep = NULL) const;
+  bool pos_is_ok(int* step = NULL) const;
   void flip();
 
 private: