Skip to content

Commit

Permalink
official-stockfish#2035 and minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelB7 committed Mar 12, 2019
2 parents d1c968f + bad18bc commit 9f32ed2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file removed src/McCain-X2a
Binary file not shown.
2 changes: 1 addition & 1 deletion src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ namespace {
// a reduced search on all the other moves but the ttMove and if the
// result is lower than ttValue minus a margin then we will extend the ttMove.
#ifdef Maverick
if ( depth > 4
if ( depth > 4 * ONE_PLY
&& move == ttMove
#else
if ( depth >= 8 * ONE_PLY
Expand Down
6 changes: 3 additions & 3 deletions src/thread_win32_osx.h
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef THREAD_WIN32_OSX_H_INCLUDED
#define THREAD_WIN32_OSX_H_INCLUDED
Expand Down

0 comments on commit 9f32ed2

Please sign in to comment.