From: H.G. Muller Date: Fri, 28 Feb 2014 09:11:05 +0000 (+0100) Subject: Replace variant normal by nocastle X-Git-Tag: 0.18~3 X-Git-Url: http://winboard.nl/cgi-bin?p=hachu.git;a=commitdiff_plain;h=a75e1aad5e395892ba954437861313e14556df6c Replace variant normal by nocastle Since castling is not implemented (yet?), HaChu really plays only nocastle rather than normal Chess. The order of variants is now changed to put chu first, to make use of XBoard auto-selection of variant. --- diff --git a/hachu.c b/hachu.c index 84f7249..f457569 100644 --- a/hachu.c +++ b/hachu.c @@ -437,10 +437,10 @@ typedef enum { V_CHESS, V_SHO, V_CHU, V_DAI, V_DADA, V_MAKA, V_TAI, V_KYOKU, V_T #define SAME (-1) VariantDesc variants[] = { - { 16, 8, 8, 1, V_CHESS, "normal", chessArray }, // FIDE + { 24, 12, 12, 4, V_CHU, "chu", chuArray }, // Chu + { 16, 8, 8, 1, V_CHESS, "nocastle", chessArray }, // FIDE { 18, 9, 9, 3, V_SHO, "9x9+0_shogi", shoArray }, // Sho { 18, 9, 9, 3, V_SHO, "sho", shoArray }, // Sho duplicat - { 24, 12, 12, 4, V_CHU, "chu", chuArray }, // Chu { 30, 15, 15, 5, V_DAI, "dai", daiArray }, // Dai { 32, 16, 16, 5, V_TENJIKU, "tenjiku", tenArray }, // Tenjiku { 16, 8, 8, 1, V_SHATRANJ,"shatranj",shatArray}, // Shatranj