Reorder engine-defined options
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 16 Oct 2014 10:05:35 +0000 (12:05 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 16 Oct 2014 10:12:41 +0000 (12:12 +0200)
The 50-move claim option is moved up to the resign option, as they
do similar things.

fairymax.c

index 9589df7..9f6571b 100644 (file)
@@ -456,11 +456,11 @@ void PrintOptions()
 {\r
        printf("feature option=\"Resign -check %d\"\n", Resign);\r
        printf("feature option=\"Resign Threshold -spin %d 200 1200\"\n", Threshold);\r
+       printf("feature option=\"Claim draw after -spin %d 0 200\"\n", drawMoves);\r
        printf("feature option=\"Ini File -file %s\"\n", inifile);\r
        printf("feature option=\"Multi-PV Margin -spin %d 0 1000\"\n", margin);\r
        printf("feature option=\"Variant fairy selects -combo "); PrintVariants(1); printf("\"\n");\r
        printf("feature option=\"Makruk rules -combo makruk /// Cambodian /// Ai-wok\"\n");\r
-       printf("feature option=\"Claim draw after -spin %d 0 200\"\n", drawMoves);\r
        printf("feature option=\"Dummy Slider Example -slider 20 0 100\"\n");\r
        printf("feature option=\"Dummy String Example -string happy birthday!\"\n");\r
        printf("feature option=\"Dummy Path Example -path .\"\n");\r