some small bugfixes
[xboard.git] / moves.h
diff --git a/moves.h b/moves.h
index 50e6c17..73cf604 100644 (file)
--- 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:            */