Add knightmate to standard variants
authorFabian Fichter <ianfab@users.noreply.github.com>
Sun, 5 Jan 2020 23:39:48 +0000 (00:39 +0100)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sun, 5 Jan 2020 23:39:48 +0000 (00:39 +0100)
src/ucioption.cpp

index d5af534..53d684d 100644 (file)
@@ -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"
 };