projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7b57b56
)
Disable 50-move rule for ataxx
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Sat, 21 May 2022 18:15:49 +0000 (20:15 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Sat, 21 May 2022 18:15:49 +0000 (20:15 +0200)
src/variant.cpp
patch
|
blob
|
history
diff --git
a/src/variant.cpp
b/src/variant.cpp
index
f9a88ab
..
4d64c71
100644
(file)
--- a/
src/variant.cpp
+++ b/
src/variant.cpp
@@
-869,6
+869,7
@@
namespace {
v->enclosingDrop = ATAXX;
v->flipEnclosedPieces = ATAXX;
v->materialCounting = UNWEIGHTED_MATERIAL;
+ v->nMoveRule = 0;
return v;
}
// Flipersi