]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Split non capture in two sets when ordering
[stockfish] / src / movepick.h
index 27c33047f7728839fd6c9743126122db7f45c9c3..c4d665a93a3cb34eb95a679e14fd5b084021dd5b 100644 (file)
@@ -57,7 +57,7 @@ private:
   MoveStack killers[2];
   int captureThreshold, phase;
   const uint8_t* phasePtr;
-  MoveStack *curMove, *lastMove, *lastGoodNonCapture, *badCaptures;
+  MoveStack *curMove, *lastMove, *lastNonCapture, *badCaptures;
   MoveStack moves[MAX_MOVES];
 };