From: H.G. Muller Date: Sun, 7 Nov 2010 20:51:36 +0000 (+0100) Subject: Let edit command switch to force mode X-Git-Tag: 4.8Q~22 X-Git-Url: http://winboard.nl/cgi-bin?p=fairymax.git;a=commitdiff_plain;h=107825dd8eeca1776f85b79e936035471e34a1c4 Let edit command switch to force mode Fairy-Max stayed playing the side it was playing before 'edit'. Now it switches to 'force' mode, so that it won't start to play automatically on receiving a move after setting up a position. --- diff --git a/fairymax.c b/fairymax.c index 8d6a125..3a89dd5 100644 --- a/fairymax.c +++ b/fairymax.c @@ -838,6 +838,7 @@ int main(int argc, char **argv) setupPosition[128] = Side; setupPosition[129] = R; for(i=0; i<32; i++) setupPosition[i+130] = pl[i]; + Computer = EMPTY; // after edit: force mode! continue; } /* command not recognized, assume input move */