From 1e0bbf91d5d4542ccfa00979dbf5f675c031125e Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Sat, 16 May 2020 17:43:17 +0200 Subject: [PATCH] Fix Betza notation for Ouk --- src/ucioption.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 894ac61..c2be249 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -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) -- 1.7.0.4