X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=91f484a1a344a4d400ef792817f8d2f761df015d;hb=d9b920acfbc5c8fdc362111d00c962ad654595e6;hp=069bbdd26e1954d9a872e0f5ddbc5e8978bb9d76;hpb=d2c2af9e1c4f5711e320555fe31ae4ed940802c6;p=stockfish diff --git a/src/search.h b/src/search.h index 069bbdd2..91f484a1 100644 --- a/src/search.h +++ b/src/search.h @@ -48,7 +48,7 @@ const int KILLER_MAX = 2; /// current ply. struct SearchStack { - Move pv[PLY_MAX]; + Move pv[PLY_MAX_PLUS_2]; Move currentMove; Move mateKiller; Move threatMove;