rule50: Fix Thread::search() return value

This commit is contained in:
Calcitem 2021-01-17 01:20:33 +08:00
parent 3aa6c6ccca
commit 13510a56e2
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ int Thread::search()
if (rootPos->get_phase() == Phase::moving) {
#ifdef RULE_50
if (posKeyHistory.size() > rule.maxStepsLedToDraw) {
return 99;
return 50;
}
#endif // RULE_50