Some of the initialization relied on variables being zero at startup,
which meant value from the previouly loaded engine hng on after loading
a new one.
/* [HGM] debug */
cps->debug = FALSE;
/* [HGM] debug */
cps->debug = FALSE;
cps->supportsNPS = UNKNOWN;
cps->supportsNPS = UNKNOWN;
+ cps->memSize = FALSE;
+ cps->maxCores = FALSE;
+ cps->egtFormats[0] = NULLCHAR;
/* [HGM] options */
cps->optionSettings = appData.engOptions[n];
/* [HGM] options */
cps->optionSettings = appData.engOptions[n];