From: H.G.Muller Date: Thu, 16 Oct 2014 10:05:35 +0000 (+0200) Subject: Reorder engine-defined options X-Git-Url: http://winboard.nl/cgi-bin?p=fairymax.git;a=commitdiff_plain;h=1a73d604f9bb1b981d36d10ea4268cce6292a09c Reorder engine-defined options The 50-move claim option is moved up to the resign option, as they do similar things. --- diff --git a/fairymax.c b/fairymax.c index 9589df7..9f6571b 100644 --- a/fairymax.c +++ b/fairymax.c @@ -456,11 +456,11 @@ void PrintOptions() { printf("feature option=\"Resign -check %d\"\n", Resign); printf("feature option=\"Resign Threshold -spin %d 200 1200\"\n", Threshold); + printf("feature option=\"Claim draw after -spin %d 0 200\"\n", drawMoves); printf("feature option=\"Ini File -file %s\"\n", inifile); printf("feature option=\"Multi-PV Margin -spin %d 0 1000\"\n", margin); printf("feature option=\"Variant fairy selects -combo "); PrintVariants(1); printf("\"\n"); printf("feature option=\"Makruk rules -combo makruk /// Cambodian /// Ai-wok\"\n"); - printf("feature option=\"Claim draw after -spin %d 0 200\"\n", drawMoves); printf("feature option=\"Dummy Slider Example -slider 20 0 100\"\n"); printf("feature option=\"Dummy String Example -string happy birthday!\"\n"); printf("feature option=\"Dummy Path Example -path .\"\n");