We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe76787 commit 0544d6cCopy full SHA for 0544d6c
1 file changed
src/ucioption.cpp
@@ -93,8 +93,8 @@ namespace {
93
o["Check Extension (non-PV nodes)"] = Option(1, 0, 2);
94
o["Single Evasion Extension (PV nodes)"] = Option(2, 0, 2);
95
o["Single Evasion Extension (non-PV nodes)"] = Option(2, 0, 2);
96
- o["Mate Threat Extension (PV nodes)"] = Option(0, 0, 2);
97
- o["Mate Threat Extension (non-PV nodes)"] = Option(0, 0, 2);
+ o["Mate Threat Extension (PV nodes)"] = Option(2, 0, 2);
+ o["Mate Threat Extension (non-PV nodes)"] = Option(2, 0, 2);
98
o["Pawn Push to 7th Extension (PV nodes)"] = Option(1, 0, 2);
99
o["Pawn Push to 7th Extension (non-PV nodes)"] = Option(1, 0, 2);
100
o["Passed Pawn Extension (PV nodes)"] = Option(1, 0, 2);
0 commit comments