projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3b14320
)
Add knightmate to standard variants
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Sun, 5 Jan 2020 23:39:48 +0000 (
00:39
+0100)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Sun, 5 Jan 2020 23:39:48 +0000 (
00:39
+0100)
src/ucioption.cpp
patch
|
blob
|
history
diff --git
a/src/ucioption.cpp
b/src/ucioption.cpp
index
d5af534
..
53d684d
100644
(file)
--- a/
src/ucioption.cpp
+++ b/
src/ucioption.cpp
@@
-45,7
+45,7
@@
namespace UCI {
// standard variants of XBoard/WinBoard
std::set<string> standard_variants = {
- "normal", "nocastle", "fischerandom", "3check", "makruk", "shatranj",
+ "normal", "nocastle", "fischerandom", "knightmate", "3check", "makruk", "shatranj",
"asean", "seirawan", "crazyhouse", "bughouse", "suicide", "giveaway", "losers",
"capablanca", "gothic", "janus", "caparandom", "grand", "shogi", "xiangqi"
};