projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8fa7223
)
Fix #41: 50-move rule for Sittuyin
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Fri, 18 Oct 2019 10:31:14 +0000 (12:31 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Fri, 18 Oct 2019 10:31:14 +0000 (12:31 +0200)
src/variant.cpp
patch
|
blob
|
history
diff --git
a/src/variant.cpp
b/src/variant.cpp
index
273a2c1
..
1b2c696
100644
(file)
--- a/
src/variant.cpp
+++ b/
src/variant.cpp
@@
-264,6
+264,7
@@
namespace {
v->sittuyinPromotion = true;
v->immobilityIllegal = false;
v->countingRule = ASEAN_COUNTING;
+ v->nMoveRule = 50;
return v;
}
Variant* seirawan_variant() {