File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1255,7 +1255,7 @@ namespace {
12551255 // a reduced search on all the other moves but the ttMove and if the
12561256 // result is lower than ttValue minus a margin then we will extend the ttMove.
12571257#ifdef Maverick
1258- if ( depth > 4
1258+ if ( depth > 4 * ONE_PLY
12591259 && move == ttMove
12601260#else
12611261 if ( depth >= 8 * ONE_PLY
Original file line number Diff line number Diff line change 1515 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616 GNU General Public License for more details.
1717
18- You should have received a copy of the GNU General Public License
19- along with this program. If not, see <http://www.gnu.org/licenses/>.
20- */
18+ You should have received a copy of the GNU General Public License
19+ along with this program. If not, see <http://www.gnu.org/licenses/>.
20+ */
2121
2222#ifndef THREAD_WIN32_OSX_H_INCLUDED
2323#define THREAD_WIN32_OSX_H_INCLUDED
You can’t perform that action at this time.
0 commit comments