X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=a4a7acfa1549d8a02d9868212cf7c032f2c26706;hb=12019967e969325e53d0028c3dd1c2b11e0e3da9;hp=a7b6074b0a2649f713d854538e52b5de9b147e0d;hpb=76b990b9df6ffb52f1892d5415f38edf315a62d4;p=xboard.git diff --git a/backend.h b/backend.h index a7b6074..a4a7acf 100644 --- a/backend.h +++ b/backend.h @@ -328,10 +328,10 @@ typedef struct _CPS { char egtFormats[MSG_SIZ]; /* [HGM] EGT: supported tablebase formats */ int bookSuspend; /* [HGM] book: go was deferred because of book hit */ int nrOptions; /* [HGM] options: remembered option="..." features */ -#define MAX_OPTIONS 50 +#define MAX_OPTIONS 100 Option option[MAX_OPTIONS]; int comboCnt; - char *comboList[10*MAX_OPTIONS]; + char *comboList[20*MAX_OPTIONS]; char *optionSettings; void *programLogo; /* [HGM] logo: bitmap of the logo */ char *fenOverride; /* [HGM} FRC: force FEN casling & ep fields by hand */