From 6c8af309a964950c74c59d8b7ca81d55a06529c6 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 19 Nov 2010 18:32:16 +0100 Subject: [PATCH] Change representation of Bede in variant fairy initial position This used to be Lance, but the promoted Bishop (Dragon Horse) is more applicable. Especially now that Lance is supposed to move like a Berolina Pawn. --- backend.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend.c b/backend.c index a887fb6..6913020 100644 --- a/backend.c +++ b/backend.c @@ -522,8 +522,8 @@ ChessSquare KnightmateArray[2][BOARD_FILES] = { ChessSquare fairyArray[2][BOARD_FILES] = { /* [HGM] Queen side differs from King side */ { WhiteRook, WhiteKnight, WhiteBishop, WhiteQueen, WhiteKing, WhiteBishop, WhiteKnight, WhiteRook }, - { BlackLance, BlackAlfil, BlackMarshall, BlackAngel, - BlackKing, BlackMarshall, BlackAlfil, BlackLance } + { BlackCardinal, BlackAlfil, BlackMarshall, BlackAngel, + BlackKing, BlackMarshall, BlackAlfil, BlackCardinal } }; ChessSquare ShatranjArray[2][BOARD_FILES] = { /* [HGM] (movGen knows about Shatranj Q and P) */ -- 1.7.0.4