X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=moves.h;h=73cf6047e1ecde252d2dfd9afd4154f86611588b;hb=09efa4c46ec85dac85fc7275d93303de213c45c4;hp=50e6c175c528c608728269b43e99326c2463600a;hpb=797e76a7d465fb38fafa878fe62abb768213ba1d;p=xboard.git diff --git a/moves.h b/moves.h index 50e6c17..73cf604 100644 --- a/moves.h +++ b/moves.h @@ -77,7 +77,7 @@ typedef void (*MoveCallback) P((Board board, int flags, ChessMove kind, and all non-pawns on adjacent squares; destroying your own king is illegal */ #define F_FRC_TYPE_CASTLING 256 /* generate castlings as captures of own Rook */ -#define F_MANDATORY_CAPTURE 0x100 +#define F_MANDATORY_CAPTURE 0x200 /* Special epfile values. [HGM] positive values are non-reversible moves! */ #define EP_NONE (-4) /* [HGM] Tricky! order matters: */