if(!strcmp(command, "nopost")) { postThinking = OFF;return 0; }
if(!strcmp(command, "random")) { randomize = ON; return 0; }
if(!strcmp(command, ".")) { // periodic update request;
+ while(rootLast > rootFirst && !moveStack[rootLast]) rootLast--;
printf("stat01: %d %d %d %d %d %s\n", ReadClock(0, 1)/10, nodeCount, rootPly,
- rootLast - rootCurrent + 1, rootLast - rootFirst, MoveToText(moveStack[rootCurrent]));
+ rootLast - rootCurrent, rootLast - rootFirst, MoveToText(moveStack[rootCurrent]));
fflush(stdout); return 0;
}
if(!strcmp(command, "option")) { // setting of engine-define option; find out which