projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fe76148
)
Fix Betza notation for Ouk
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Sat, 16 May 2020 15:43:17 +0000 (17:43 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Sat, 16 May 2020 15:43:17 +0000 (17:43 +0200)
src/ucioption.cpp
patch
|
blob
|
history
diff --git
a/src/ucioption.cpp
b/src/ucioption.cpp
index
894ac61
..
c2be249
100644
(file)
--- 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)