Interpret UCI2WB's invalid pieceToCharTable
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 6 Jul 2019 13:52:32 +0000 (15:52 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 6 Jul 2019 13:52:32 +0000 (15:52 +0200)
commit2ec94c4dd074b616f6c6e6eb93ad656c03762f27
tree60360441cfa8f1b0f0d2ce993426a12699451013
parent7dda741fdfbf8ca233fde718f4b759119cce20bb
Interpret UCI2WB's invalid pieceToCharTable

UCI2WB sends an invalid pieceToCharTable "-" in its setup command for
engine-defined variants. This would keep the pieceToChar assignment
of the parent variant (in UCI2WB's case always 'fairy'). Now this is
replaced by the pieceToCharTable for variant normal, as the UCI engines
that use this feature only support variants with orthodox pieces.
backend.c