X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=b1b239c28d8ea04792ede9fe3eab320997100fb2;hb=e9c8ca5c16307c2366d4128507b57f7a0d4e6a2b;hp=9a4c2c4a94db1d147c6b7467ccc753f78d2801e0;hpb=09822b16d43fe8f9c3ef6a22360b4448efc73770;p=xboard.git diff --git a/common.h b/common.h index 9a4c2c4..b1b239c 100644 --- a/common.h +++ b/common.h @@ -181,6 +181,8 @@ typedef char *String; #define BOARD_RGHT (gameInfo.boardWidth + gameInfo.holdingsWidth) #define CASTLING (BOARD_RANKS-1) /* [HGM] hide in upper rank */ #define VIRGIN (BOARD_RANKS-2) /* [HGM] pieces not moved */ +#define LAST_RANK CASTLING][(BOARD_FILES-8) /* [HGM] in upper rank */ +#define LAST_FILE CASTLING][(BOARD_FILES-7) /* [HGM] in upper rank */ #define TOUCHED_W CASTLING][(BOARD_FILES-6) /* [HGM] in upper rank */ #define TOUCHED_B CASTLING][(BOARD_FILES-5) /* [HGM] in upper rank */ #define EP_RANK CASTLING][(BOARD_FILES-4) /* [HGM] in upper rank */ @@ -816,6 +818,7 @@ typedef struct { int tourneyType; int tourneyCycles; int seedBase; + int bmpSave; Boolean roundSync; Boolean cycleSync; Boolean numberTag;