X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=fffd4708b05872d3229428a48d9dadd661ee810f;hp=fc090d296b80af9336fbd78151aab01ce1ca37d6;hb=eb20a87c67c1f7f8bef8895d1a848f8fa6fd9d96;hpb=ec6aab01366ba1d2de27084d3cc7415a31aa5a24 diff --git a/src/movepick.h b/src/movepick.h index fc090d29..fffd4708 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -100,7 +100,7 @@ private: Square recaptureSquare; Value threshold; int stage; - ExtMove *endQuiets, *endBadCaptures = moves + MAX_MOVES - 1; + ExtMove* endBadCaptures = moves + MAX_MOVES - 1; ExtMove moves[MAX_MOVES], *cur = moves, *endMoves = moves; };