]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
More safe checks
[stockfish] / src / movepick.h
index fc090d296b80af9336fbd78151aab01ce1ca37d6..fffd4708b05872d3229428a48d9dadd661ee810f 100644 (file)
@@ -100,7 +100,7 @@ private:
   Square recaptureSquare;
   Value threshold;
   int stage;
-  ExtMove *endQuiets, *endBadCaptures = moves + MAX_MOVES - 1;
+  ExtMoveendBadCaptures = moves + MAX_MOVES - 1;
   ExtMove moves[MAX_MOVES], *cur = moves, *endMoves = moves;
 };