I upped the number of options per engine from
50 to 100, and the average number of characters per option from 10 to 20.
char egtFormats[MSG_SIZ]; /* [HGM] EGT: supported tablebase formats */\r
int bookSuspend; /* [HGM] book: go was deferred because of book hit */\r
int nrOptions; /* [HGM] options: remembered option="..." features */\r
-#define MAX_OPTIONS 50\r
+#define MAX_OPTIONS 100\r
Option option[MAX_OPTIONS];\r
int comboCnt;\r
- char *comboList[10*MAX_OPTIONS];\r
+ char *comboList[20*MAX_OPTIONS];\r
char *optionSettings;\r
void *programLogo; /* [HGM] logo: bitmap of the logo */\r
char *fenOverride; /* [HGM} FRC: force FEN casling & ep fields by hand */\r