X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmovepick.h;h=fffd4708b05872d3229428a48d9dadd661ee810f;hb=8e45e70e55c42c4750ccb729dcd49cdaafe5af44;hp=fc090d296b80af9336fbd78151aab01ce1ca37d6;hpb=ec6aab01366ba1d2de27084d3cc7415a31aa5a24;p=stockfish 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; };