score = 0;\r
#endif\r
abortMove:\r
+\r
+\r
attacks -= 2*BSIZE;\r
level--;\r
UnMake(&tb);\r
int maxDepth; // used by search\r
MOVE move, ponderMove;\r
int i, score;\r
- char inBuf[80], command[80];\r
+ char inBuf[8000], command[80];\r
\r
Init();\r
SetUp(chuArray, chuPieces);\r
continue;\r
}\r
if(!strcmp(command, "protover")){\r
- printf("feature ping=1 setboard=1 colors=0 usermove=1 memory=1 debug=1\n");\r
+ printf("feature ping=1 setboard=1 colors=0 usermove=1 memory=1 debug=1 sigint=0 sigterm=0\n");\r
printf("feature variants=\"chu,12x12+0_fairy\"\n");\r
printf("feature highlight=1\n");\r
printf("feature option=\"Resign -check 0\"\n"); // example of an engine-defined option\r