higher number of engine options possible now
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 16 Jul 2009 05:44:05 +0000 (22:44 -0700)
committerArun Persaud <arun@nubati.net>
Thu, 16 Jul 2009 05:44:05 +0000 (22:44 -0700)
I upped the number of options per engine from
50 to 100, and the average number of characters per option from 10 to 20.

backend.h

index a7b6074..a4a7acf 100644 (file)
--- a/backend.h
+++ b/backend.h
@@ -328,10 +328,10 @@ typedef struct _CPS {
     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