Add pieceToCharTable for grand
authorFabian Fichter <ianfab@users.noreply.github.com>
Sat, 23 May 2020 15:21:25 +0000 (17:21 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sat, 23 May 2020 15:21:25 +0000 (17:21 +0200)
src/variant.cpp

index a72be75..75e3399 100644 (file)
@@ -771,6 +771,7 @@ namespace {
     }
     Variant* grand_variant() {
         Variant* v = fairy_variant_base();
+        v->pieceToCharTable = "PNBRQ..AC............Kpnbrq..ac............k";
         v->maxRank = RANK_10;
         v->maxFile = FILE_J;
         v->add_piece(ARCHBISHOP, 'a');