X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=4f78597cc11793d56e960346dfaee3c043018e7c;hb=7c6f1f89aa5e21460c61dcc875ebc4cc3916455e;hp=64e4ece3359da4438b3a1de8b192e3ae93294b07;hpb=b6e0d244104f54af47422950373dfd3e021fb1e7;p=xboard.git diff --git a/common.h b/common.h index 64e4ece..4f78597 100644 --- a/common.h +++ b/common.h @@ -385,7 +385,7 @@ typedef struct { int premoveHighlightColor; #endif int movesPerSession; - int timeIncrement; + float timeIncrement; char *initString; char *secondInitString; char *firstComputerString; @@ -495,6 +495,7 @@ typedef struct { char *soundIcsLoss; char *soundIcsDraw; char *soundIcsUnfinished; + Boolean disguise; /* [HGM] Promoted Pawns look like pieces in bughouse */ Boolean reuseFirst; Boolean reuseSecond; Boolean animateDragging; /* If True, animate mouse dragging of pieces */