Fix Betza notation for Ouk
authorFabian Fichter <ianfab@users.noreply.github.com>
Sat, 16 May 2020 15:43:17 +0000 (17:43 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sat, 16 May 2020 15:43:17 +0000 (17:43 +0200)
src/ucioption.cpp

index 894ac61..c2be249 100644 (file)
@@ -78,7 +78,7 @@ void on_variant_change(const Option &o) {
         {
             string suffix =   pt == PAWN && v->doubleStep     ? "ifmnD"
                             : pt == KING && v->cambodianMoves ? "ismN"
-                            : pt == FERS && v->cambodianMoves ? "ifnD"
+                            : pt == FERS && v->cambodianMoves ? "ifD"
                                                               : "";
             // Janggi palace moves
             if (v->diagonalLines)